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 4a67a46 commit b205d58Copy full SHA for b205d58
1 file changed
Doc/library/ssl.rst
@@ -888,6 +888,7 @@ method to create a server-side SSL socket for the connection::
888
try:
889
deal_with_client(connstream)
890
finally:
891
+ connstream.shutdown(socket.SHUT_RDWR)
892
connstream.close()
893
894
Then you'll read data from the ``connstream`` and do something with it till you
0 commit comments