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 ca72142 commit 2356f9cCopy full SHA for 2356f9c
http/request.lua
@@ -454,6 +454,7 @@ function request_methods:go(timeout)
454
local old_url = self:to_uri(false)
455
host = assert(proxy.host, "proxy is missing host")
456
port = proxy.port or http_util.scheme_to_port[proxy.scheme]
457
+ tls = (proxy.scheme == "https")
458
-- proxy requests get a uri that includes host as their path
459
if not cloned_headers then
460
request_headers = request_headers:clone()
0 commit comments