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.
1 parent 36b82d8 commit c7f7579Copy full SHA for c7f7579
1 file changed
Doc/library/ssl.rst
@@ -773,7 +773,7 @@ to speed up repeated connections from the same clients.
773
774
.. method:: SSLContext.set_npn_protocols(protocols)
775
776
- Specify which protocols the socket should avertise during the SSL/TLS
+ Specify which protocols the socket should advertise during the SSL/TLS
777
handshake. It should be a list of strings, like ``['http/1.1', 'spdy/2']``,
778
ordered by preference. The selection of a protocol will happen during the
779
handshake, and will play out according to the `NPN draft specification
0 commit comments