mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
renamed canContinue() to peekResponse(), improved documentation
This commit is contained in:
@@ -307,7 +307,7 @@ std::istream& HTTPClientSession::receiveResponse(HTTPResponse& response)
|
||||
}
|
||||
|
||||
|
||||
bool HTTPClientSession::canContinue(HTTPResponse& response)
|
||||
bool HTTPClientSession::peekResponse(HTTPResponse& response)
|
||||
{
|
||||
poco_assert (!_responseReceived);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user