mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 13:32:11 +01:00
fixed #2745
This commit is contained in:
@@ -310,7 +310,6 @@ std::istream& HTTPClientSession::receiveResponse(HTTPResponse& response)
|
|||||||
networkException()->rethrow();
|
networkException()->rethrow();
|
||||||
else
|
else
|
||||||
throw;
|
throw;
|
||||||
throw;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
while (response.getStatus() == HTTPResponse::HTTP_CONTINUE);
|
while (response.getStatus() == HTTPResponse::HTTP_CONTINUE);
|
||||||
|
|||||||
Reference in New Issue
Block a user