]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use HTTP1Connection in SimpleAsyncHTTPClient.
authorBen Darnell <ben@bendarnell.com>
Sun, 2 Mar 2014 20:42:19 +0000 (15:42 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 2 Mar 2014 20:48:26 +0000 (15:48 -0500)
commita3d6fc6defb9cd690a5f66a18130a3aa080f402d
treec97dcca7e0ade5074bbe8b2d43321917dc8ca135
parente564ddbe32bb2b250beef44eca3bdeb03fe4838d
Use HTTP1Connection in SimpleAsyncHTTPClient.

This incidentally adds support for chunked request bodies on the server side.
tornado/http1connection.py
tornado/httpserver.py
tornado/httputil.py
tornado/simple_httpclient.py
tornado/test/httpserver_test.py
tornado/test/simple_httpclient_test.py
tornado/websocket.py