We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53e0e5 commit 614deb8Copy full SHA for 614deb8
examples/network/http_client.py
@@ -24,5 +24,7 @@ def main(use_stream=False):
24
s.send(b"GET / HTTP/1.0\n\n")
25
print(s.recv(4096))
26
27
+ s.close()
28
+
29
30
main()
examples/network/http_client_ssl.py
@@ -32,5 +32,7 @@ def main(use_stream=True):
32
33
34
35
36
37
38
0 commit comments