style fix

This commit is contained in:
Günter Obiltschnig 2017-11-12 20:58:27 +01:00
parent 010a45b357
commit f3bdea4fea

View File

@ -102,6 +102,7 @@ HTTPClientSession::HTTPClientSession(const std::string& host, Poco::UInt16 port,
{
}
HTTPClientSession::HTTPClientSession(const StreamSocket& socket, const ProxyConfig& proxyConfig):
HTTPSession(socket),
_port(HTTPSession::HTTP_PORT),
@ -115,6 +116,7 @@ HTTPClientSession::HTTPClientSession(const StreamSocket& socket, const ProxyConf
setKeepAlive(true);
}
HTTPClientSession::~HTTPClientSession()
{
}