]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix and test encoding handling for multipart/form-data. Now works
authorBen Darnell <ben@bendarnell.com>
Tue, 24 May 2011 05:08:22 +0000 (22:08 -0700)
committerBen Darnell <ben@bendarnell.com>
Tue, 24 May 2011 05:08:22 +0000 (22:08 -0700)
commita4d4c2379af058632428b5942cc8a683fff09639
tree4e7b54bd531714d3648a15c84350a0f9facfd605
parent381f01f1d530a763fd808eae2bf13a741bc1b529
Fix and test encoding handling for multipart/form-data.  Now works
with non-ascii data in all parts of the request in both python2 and python3.
tornado/httpserver.py
tornado/test/httpserver_test.py