| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-10 | examples/http_server*: Update for buffered-like streams (read line by line). | Paul Sokolovsky | |
| Since "read-exactly" stream refactor, where stream.read(N) will read exactly N bytes (unless EOF), http_server* examples can't any longer do client_socket.read(4096) and expect to get full request (it will block on HTTP/1.1 client). Instead, read request line by line, as the HTTP protocol requires. | |||
| 2016-05-03 | examples/network/: Use getaddrinfo() result in easy way. | Paul Sokolovsky | |
| Instead of extracting 4th element, extact last. Much easier to remember! | |||
| 2016-04-28 | examples/http_server_ssl.py: HTTPS server example. | Paul Sokolovsky | |
