integrated changes fro mmain repository

This commit is contained in:
Guenter Obiltschnig
2007-01-04 16:01:28 +00:00
parent 4a68362f6c
commit d615c47379
8 changed files with 17 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
//
// HTTPSClientSession.cpp
//
// $Id: //poco/1.3/NetSSL_OpenSSL/src/HTTPSClientSession.cpp#1 $
// $Id: //poco/1.3/NetSSL_OpenSSL/src/HTTPSClientSession.cpp#2 $
//
// Library: NetSSL_OpenSSL
// Package: HTTPSClient
@@ -91,7 +91,8 @@ std::ostream& HTTPSClientSession::sendRequest(HTTPRequest& request)
close();
if (!connected())
reconnect();
request.setKeepAlive(keepAlive);
if (!keepAlive)
request.setKeepAlive(false);
request.setHost(getHost(), getPort());
{