mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #17107: Test client-side SNI support in urllib.request thanks to the new server-side SNI support in the ssl module.
Initial patch by Daniel Black.
This commit is contained in:
parent
ca4220be1f
commit
da23259f99
6 changed files with 36 additions and 30 deletions
|
@ -703,7 +703,7 @@ class HTTPSTest(TestCase):
|
|||
|
||||
def make_server(self, certfile):
|
||||
from test.ssl_servers import make_https_server
|
||||
return make_https_server(self, certfile)
|
||||
return make_https_server(self, certfile=certfile)
|
||||
|
||||
def test_attributes(self):
|
||||
# simple test to check it's storing the timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue