Fix of UnicodeDecodeError on unicode header name that can be converted to ascii.
authorDenis Ryzhkov <denisr@denisr.com>
Mon, 11 Feb 2013 12:37:58 +0000 (15:37 +0300)
committerDenis Ryzhkov <denisr@denisr.com>
Mon, 11 Feb 2013 12:37:58 +0000 (15:37 +0300)
commit6da7e22a4ab07f4b5a573d37a6149a2d5cfdb7af
tree48a954cfe550c84190996db7035e52f0d76652ff
parent5d9fcc711b19adac143b1c8172ef11ef88d48e65
Fix of UnicodeDecodeError on unicode header name that can be converted to ascii.
AUTHORS.rst
requests/models.py
test_requests.py