]> git.ipfire.org Git - thirdparty/tornado.git/commit
httputil: Clean up error handling in HTTPHeaders.parse 2307/head
authorBen Darnell <ben@bendarnell.com>
Sun, 11 Mar 2018 22:34:32 +0000 (18:34 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 11 Mar 2018 22:34:32 +0000 (18:34 -0400)
commitdc07ef1ed9a4f2570244ca6abb042bd0cf2bfc6d
treec72c3d2ef72876c23fb2d2c63dbe116c556a3952
parente4e9dbb6314a358bb55ce5bda6e6e45cf91737d7
httputil: Clean up error handling in HTTPHeaders.parse

Fixes #2280
tornado/http1connection.py
tornado/httputil.py
tornado/test/httpserver_test.py
tornado/test/httputil_test.py