]> git.ipfire.org Git - thirdparty/tornado.git/commit
Merge pull request #2074 from ploxiln/http1_connection_close
authorBen Darnell <ben@bendarnell.com>
Sat, 10 Jun 2017 21:20:14 +0000 (17:20 -0400)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2017 21:20:14 +0000 (17:20 -0400)
commit28e631ae242dec1ae51877fed92d1b16e7a07dd4
tree702f87b9506330c2aafa5ef6cffb46740578fefe
parentcb8d42197f48e172cca849ec8b43392f38223446
parent6d6d44e0fcd2e37299e0ee1f2eec1b6f9be8d7fc
Merge pull request #2074 from ploxiln/http1_connection_close

http1connection: add "Connection: close" header if appropriate
tornado/http1connection.py
tornado/test/httpserver_test.py