-
- Downloads
examples/network: Split recv- and read-based HTTP servers.
Name recv() based a "simplistic", as it can't work robustly in every environment. All this is to let people concentreate on proper, read()- based one (and to turn recv() based into a "negative showcase", explaining what are the pitfalls of such approach).
Showing
- examples/network/http_server.py 29 additions, 18 deletionsexamples/network/http_server.py
- examples/network/http_server_simplistic.py 38 additions, 0 deletionsexamples/network/http_server_simplistic.py
- examples/network/http_server_simplistic_commented.py 76 additions, 0 deletionsexamples/network/http_server_simplistic_commented.py
examples/network/http_server_simplistic.py
0 → 100644
Please register or sign in to comment