We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c388a2d commit 123d7efCopy full SHA for 123d7ef
lib/inets/src/http_client/httpc_handler.erl
@@ -1583,7 +1583,7 @@ tls_tunnel_request(#request{headers = Headers,
1583
id = RequestId,
1584
from = From,
1585
address = {Host, Port}= Adress,
1586
- ipv6_host_with_brackets = IPV6}) ->
+ ipv6_host_with_brackets = IPV6, request_options = ReqOptions}) ->
1587
1588
URI = Host ++":" ++ integer_to_list(Port),
1589
@@ -1605,7 +1605,8 @@ tls_tunnel_request(#request{headers = Headers,
1605
userinfo = "",
1606
headers_as_is = [],
1607
started = http_util:timestamp(),
1608
- ipv6_host_with_brackets = IPV6
+ ipv6_host_with_brackets = IPV6,
1609
+ request_options = ReqOptions
1610
}.
1611
1612
host_header(#http_request_h{host = Host}, _) ->
0 commit comments