Thanks to visit codestin.com Credit goes to github.com
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.
2 parents b83ee30 + c7f7579 commit fe3ae3cCopy full SHA for fe3ae3c
1 file changed
Doc/library/ssl.rst
@@ -885,7 +885,7 @@ to speed up repeated connections from the same clients.
885
886
.. method:: SSLContext.set_npn_protocols(protocols)
887
888
- Specify which protocols the socket should avertise during the SSL/TLS
+ Specify which protocols the socket should advertise during the SSL/TLS
889
handshake. It should be a list of strings, like ``['http/1.1', 'spdy/2']``,
890
ordered by preference. The selection of a protocol will happen during the
891
handshake, and will play out according to the `NPN draft specification
0 commit comments