]> git.ipfire.org Git - thirdparty/tornado.git/commit
Support for non-RFC compliant header prefixes 1124/head
authorTom Arnfeld <tarnfeld@me.com>
Tue, 22 Jul 2014 16:50:16 +0000 (17:50 +0100)
committerTom Arnfeld <tarnfeld@me.com>
Wed, 23 Jul 2014 08:28:42 +0000 (09:28 +0100)
commit016fa926d2f85f56a00703b0523d50e56b3f0a45
treea68412d923b44d327c016afd097d60b6ccb5ce38
parentb91284f98bc7abc1dfaf84d0c4487f11bd0baa7b
Support for non-RFC compliant header prefixes

When using keep-alive connections, some HTTP implementations insert unexpected and extra CRLF tokens between each connection, which can result in the next request being prefixed with a CRLF.

Some other client/server implementations are tollerant of this, and for example this bug doesn't show up when using the Go net/http library.
tornado/http1connection.py