]> git.ipfire.org Git - thirdparty/tornado.git/commit
Move some logic from HTTPRequest to HTTP1Connection.
authorBen Darnell <ben@bendarnell.com>
Sun, 23 Feb 2014 17:28:02 +0000 (12:28 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 23 Feb 2014 18:32:20 +0000 (13:32 -0500)
commita7cda6081da91466ea044173c0dc5bc37eb92a7f
tree6ae20a5225551fb416ba85ef7445132f3665fcd6
parent656f78e18a14aa1b3a018f6922bf40b1204e0e22
Move some logic from HTTPRequest to HTTP1Connection.

This removes some imports from httputil that are not allowed on app engine.
tornado/http1connection.py
tornado/httputil.py