mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
#18311: fix typo.
This commit is contained in:
parent
36b82d85a3
commit
c7f7579855
1 changed files with 1 additions and 1 deletions
|
|
@ -773,7 +773,7 @@ to speed up repeated connections from the same clients.
|
|||
|
||||
.. method:: SSLContext.set_npn_protocols(protocols)
|
||||
|
||||
Specify which protocols the socket should avertise during the SSL/TLS
|
||||
Specify which protocols the socket should advertise during the SSL/TLS
|
||||
handshake. It should be a list of strings, like ``['http/1.1', 'spdy/2']``,
|
||||
ordered by preference. The selection of a protocol will happen during the
|
||||
handshake, and will play out according to the `NPN draft specification
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue