mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Add comment regarding proxy tunnel usage in PocoHTTPClient.cpp
This commit is contained in:
parent
5a42dca252
commit
8b5f8c592f
@ -79,7 +79,7 @@ void PocoHTTPClient::MakeRequestInternal(
|
||||
request_configuration.proxyHost,
|
||||
request_configuration.proxyPort,
|
||||
Aws::Http::SchemeMapper::ToString(request_configuration.proxyScheme),
|
||||
false
|
||||
false /// Disable proxy tunneling by default.
|
||||
);
|
||||
|
||||
Poco::Net::HTTPRequest poco_request(Poco::Net::HTTPRequest::HTTP_1_1);
|
||||
|
Loading…
Reference in New Issue
Block a user