Skip to content

Commit

Permalink
Add missing key_server_hostname variable (#1449)
Browse files Browse the repository at this point in the history
Allow key_server_hostname to be specified when initializing a PoolManager to allow custom SNI to be overridden.
  • Loading branch information
swg0101 authored and sethmlarson committed Oct 12, 2018
1 parent 34d8298 commit a0964d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/urllib3/poolmanager.py
Expand Up @@ -47,6 +47,7 @@
'key__socks_options', # dict
'key_assert_hostname', # bool or string
'key_assert_fingerprint', # str
'key_server_hostname', #str
)

#: The namedtuple class used to construct keys for the connection pool.
Expand Down

0 comments on commit a0964d9

Please sign in to comment.