]> git.ipfire.org Git - thirdparty/tornado.git/commit
Set Connection: keep-alive header directly without going through set_header.
authorBen Darnell <ben@bendarnell.com>
Sun, 8 Sep 2013 01:15:59 +0000 (21:15 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 8 Sep 2013 01:15:59 +0000 (21:15 -0400)
commit684fda2b32482f8d6e35e5514ea8e748c378c485
treef96e2e897dd7226950f50410de02b2cf91b812ef
parentb5ec807edc83c8e7d1d12553d635ebe765e5c614
Set Connection: keep-alive header directly without going through set_header.

set_header is not allowed in WebSocketHandler, but some proxies add
this header unconditionally.

Closes #897.
tornado/web.py