mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 02:22:57 +01:00
GH #2549: Fix keepAlive in http client session: left-over _pRequestStream could mess up new request
This commit is contained in:
parent
69fee5d296
commit
be662f257a
@ -193,8 +193,9 @@ void HTTPClientSession::setKeepAliveTimeout(const Poco::Timespan& timeout)
|
||||
|
||||
std::ostream& HTTPClientSession::sendRequest(HTTPRequest& request)
|
||||
{
|
||||
clearException();
|
||||
_pRequestStream = 0;
|
||||
_pResponseStream = 0;
|
||||
clearException();
|
||||
_responseReceived = false;
|
||||
|
||||
bool keepAlive = getKeepAlive();
|
||||
|
Loading…
Reference in New Issue
Block a user