]> git.ipfire.org Git - thirdparty/tornado.git/commit
simple_httpclient: finish() should be called even for body-less GET.
authorBen Darnell <ben@bendarnell.com>
Mon, 9 Mar 2015 03:08:25 +0000 (23:08 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 9 Mar 2015 03:08:25 +0000 (23:08 -0400)
commitcf2a54794ff5067d6d815013d6570ee10f74d5e5
tree4be587398ddfd21e7ec49851762f344352c78078
parent0d4eaeb6f116a6913005ef36207c768b5c83d178
simple_httpclient: finish() should be called even for body-less GET.

This matters for HTTP2 where there is an explicit end-stream marker.
tornado/simple_httpclient.py