Skip to content

Commit 47cd408

Browse files
renemeBillyONeal
authored andcommitted
FIX: SSL proxy tunnel support with basic auth (#1183)
1 parent 06aeb8e commit 47cd408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/src/http/client/http_client_asio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ class asio_context final : public request_context, public std::enable_shared_fro
570570

571571
if (m_context->m_http_client->client_config().proxy().credentials().is_set())
572572
{
573-
request_stream << m_context->generate_basic_proxy_auth_header() << CRLF;
573+
request_stream << m_context->generate_basic_proxy_auth_header();
574574
}
575575

576576
request_stream << CRLF;

0 commit comments

Comments
 (0)