]> git.ipfire.org Git - thirdparty/tornado.git/commit
Edge cases of Range header are standards compliant 808/head
authorDavid Wolever <david@wolever.net>
Wed, 29 May 2013 19:04:15 +0000 (15:04 -0400)
committerDavid Wolever <david@wolever.net>
Wed, 29 May 2013 19:07:52 +0000 (15:07 -0400)
commit1f45fc827a386b53530b3d2e1c3a70747c6e1189
treef0d1d0739bce725ef7db34a1434a5e48a9ce0c8f
parenteff4c5e7ec361968294c825a842b7d065d5d0c59
Edge cases of Range header are standards compliant

Fix a few Range header edge cases to ensure that it is as
standards-compliant as possible.
tornado/httputil.py
tornado/test/web_test.py
tornado/web.py