]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add RequestHandler.add_header to allow headers to occur multiple times.
authorBen Darnell <ben@bendarnell.com>
Sat, 6 Aug 2011 20:06:54 +0000 (13:06 -0700)
committerBen Darnell <ben@bendarnell.com>
Sat, 6 Aug 2011 20:06:54 +0000 (13:06 -0700)
commitbbb2d38cfab832e927af84bea8584e9120926089
tree31988181b204d4c15bda8f3723f1ca19e2083eb9
parentef907902c8aeb1b24fef97b6ecb45c182ade96a5
Add RequestHandler.add_header to allow headers to occur multiple times.
tornado/test/web_test.py
tornado/web.py