]> git.ipfire.org Git - thirdparty/tornado.git/commit
Respect HTTPServer's no_keep_alive option in RequestHandler.clear.
authorBen Darnell <ben@bendarnell.com>
Mon, 13 May 2013 00:26:44 +0000 (20:26 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 13 May 2013 00:27:45 +0000 (20:27 -0400)
commit6b8a38f07e87bb0cc903f71d6619259055dd0f5f
treeea54e863b31550c43bd47785676b65470194856c
parent8b0f5d6c983584bc4bb04a5750222e7a6b1a2fbe
Respect HTTPServer's no_keep_alive option in RequestHandler.clear.

Also make the keep-alive header check case-insensitive for consistency
with the corresponding code in HTTPServer.

Fixes #31.
tornado/web.py