- 22 Jun, 2012 12 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
-
-
Sam Rushing authored
since h76 reads delimited data, use request.client.stream for both protocols (a good idea anyway)
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
HTTP_Upgrade: new exception
-
Sam Rushing authored
-
Sam Rushing authored
The previous content was confusing, outdated, and unhelpful.
-
Sam Rushing authored
-
Sam Rushing authored
-
- 13 Jun, 2012 3 commits
-
-
Hasan Alayli authored
Thanks, the fix looks good. I forgot to port notify_on_close to linux during the process.
-
Sergiy Galaburda authored
-
Sergiy Galaburda authored
-
- 01 Jun, 2012 2 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
-
- 30 May, 2012 1 commit
-
-
Sam Rushing authored
-
- 14 May, 2012 3 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
read_thread(): catch exit sentinel request.close(): push exit sentinel response_re, _read_message(): collect 'reason' (though it's useless) _read_message(): use req.has_body() send_request(): pass in extra args to request() constructor
-
Sam Rushing authored
HTTP_Protocol_Error: forgot to move this from server.py http_file.__init__(), http_file._gen_read_all() : handle the old-school situation where data goes until "connection: close"
-
- 11 May, 2012 5 commits
-
-
Sam Rushing authored
added: enum for FLUSH values
-
Sam Rushing authored
-
Sam Rushing authored
header_set.__delitem__(): remove a header header_set.copy(): copy a header set
-
Sam Rushing authored
Bad_Response: new exception
-
Sam Rushing authored
-
- 10 May, 2012 1 commit
-
-
Sam Rushing authored
-
- 04 May, 2012 4 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
server.start: set the thread name based on self.__class__ server.create_connection: allow the user to override the connection class (for spdy) tlslite_server.__init__, accept: allow the user to pass handshake_args down (for spdy)
-
Sam Rushing authored
-
- 03 May, 2012 5 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
worm.kill(): remove from arena.worms at this point, rather than relying on the try/finally in the thread.
-
Sam Rushing authored
-
Sam Rushing authored
-
- 02 May, 2012 3 commits
-
-
Sam Rushing authored
Conflicts: coro/_coro.pyx
-
Eric Huss authored
-
Sam Rushing authored
-
- 01 May, 2012 1 commit
-
-
Sam Rushing authored
-