]> git.ipfire.org Git - thirdparty/tornado.git/commit
http: read final crlf of chunked requests
authorPierce Lopez <pierce.lopez@gmail.com>
Tue, 26 Dec 2017 03:11:26 +0000 (22:11 -0500)
committerBen Darnell <ben@bendarnell.com>
Fri, 5 Jan 2018 03:13:12 +0000 (22:13 -0500)
commit17210e382571b87eb1bd80972a79c9f2f4e92adc
tree5a40b12eccd37309ef3390a86e43eece6e712c7f
parenta91106195905a9cfb1c40cb2cdcc1c94bf46cde9
http: read final crlf of chunked requests

otherwise a subsequent request on the same connection
will fail to be parsed

thanks to @eeelin for the bug report
tornado/http1connection.py
tornado/test/httpserver_test.py
tornado/test/web_test.py