Mark Nottingham
Mark Nottingham
Should loop stop close all connections? (client)
on shutdown()
If the read direction of the socket has shutdown, then the filter also sets EV_EOF in flags, and returns the socket error (if any) in fflags. It is possible for...
Need to support client-side chunked requests, ideally by detecting calls to request_body, rather than pre-configuring. See FIXME in http/client.py.
Thor should have explicit support for HTTP expect/100-continue, using events.