renamed canContinue() to peekResponse(), improved documentation

This commit is contained in:
Guenter Obiltschnig
2015-10-10 09:31:48 +02:00
parent b8811609fd
commit 754cb3b06e
4 changed files with 17 additions and 7 deletions

View File

@@ -307,7 +307,7 @@ std::istream& HTTPClientSession::receiveResponse(HTTPResponse& response)
}
bool HTTPClientSession::canContinue(HTTPResponse& response)
bool HTTPClientSession::peekResponse(HTTPResponse& response)
{
poco_assert (!_responseReceived);