Mark Nottingham

Results 251 issues of Mark Nottingham

Should loop stop close all connections? (client)

feature

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...

in tcp, udp and HTTP.

conformance

Server-side pipelining is only roughed in at this point.

conformance

Need to support client-side chunked requests, ideally by detecting calls to request_body, rather than pre-configuring. See FIXME in http/client.py.

feature

Thor should have explicit support for HTTP expect/100-continue, using events.

feature