]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove arbitrary cap on length of outgoing headers.
authorBen Darnell <ben@bendarnell.com>
Thu, 30 Jul 2015 02:53:33 +0000 (22:53 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 30 Jul 2015 02:53:33 +0000 (22:53 -0400)
commit95c4dce40f089b8160d60af58383b32bf67275a0
tree3fadaedbf12b14548828ea4956ff8a620cc70ac0
parent1d02ed606f1c52636462633d009bdcbaac644331
Remove arbitrary cap on length of outgoing headers.

The cap is too low for some uses, and it's unclear if it's worth
keeping.

Closes #1473.
Closes #1025.
tornado/web.py