Retrigger CI

This commit is contained in:
Pavel Kovalenko 2020-07-11 18:35:51 +03:00 committed by Pavel Kovalenko
parent 8b5f8c592f
commit d3fa78392e

View File

@ -79,7 +79,7 @@ void PocoHTTPClient::MakeRequestInternal(
request_configuration.proxyHost,
request_configuration.proxyPort,
Aws::Http::SchemeMapper::ToString(request_configuration.proxyScheme),
false /// Disable proxy tunneling by default.
false /// Disable proxy tunneling by default
);
Poco::Net::HTTPRequest poco_request(Poco::Net::HTTPRequest::HTTP_1_1);