]> git.ipfire.org Git - thirdparty/tornado.git/commit
http: read final crlf of chunked requests 2225/head
authorPierce Lopez <pierce.lopez@gmail.com>
Tue, 26 Dec 2017 03:11:26 +0000 (22:11 -0500)
committerPierce Lopez <pierce.lopez@gmail.com>
Tue, 26 Dec 2017 03:11:26 +0000 (22:11 -0500)
commit9ffdefda0325f37722916816b81f6613f8129361
treea36d9c1af893ba73ca5f2ea5244c0aaa0aa77c08
parentc4bad500c666ce9ad11bca5a58d9ac8d7f91adef
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