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 dbc6ba2 commit f2f7460Copy full SHA for f2f7460
lib/resty/http_connect.lua
@@ -243,6 +243,7 @@ local function connect(self, options)
243
.. ":" .. tostring(ssl_verify)
244
.. ":" .. (proxy_uri or "")
245
.. ":" .. (request_scheme == "https" and proxy_authorization or "")
246
+ .. ":" .. (cert_hash or "")
247
-- in the above we only add the 'proxy_authorization' as part of the poolname
248
-- when the request is https. Because in that case the CONNECT request (which
249
-- carries the authorization header) is part of the connect procedure, whereas
0 commit comments