mirror of
https://github.com/pocoproject/poco.git
synced 2025-07-04 01:27:11 +02:00
style fix
This commit is contained in:
parent
010a45b357
commit
f3bdea4fea
@ -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()
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user