Skip to content

Commit f2f7460

Browse files
catbro666pintsized
authored andcommitted
fixup
1 parent dbc6ba2 commit f2f7460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/resty/http_connect.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ local function connect(self, options)
243243
.. ":" .. tostring(ssl_verify)
244244
.. ":" .. (proxy_uri or "")
245245
.. ":" .. (request_scheme == "https" and proxy_authorization or "")
246+
.. ":" .. (cert_hash or "")
246247
-- in the above we only add the 'proxy_authorization' as part of the poolname
247248
-- when the request is https. Because in that case the CONNECT request (which
248249
-- carries the authorization header) is part of the connect procedure, whereas

0 commit comments

Comments
 (0)