commit | 59531287fdfa27431d0aacfaab3808036153f181 | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Sat Jan 22 13:44:22 2011 +0000 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Sat Jan 22 13:44:22 2011 +0000 |
tree | a1d48ad13f041973d552568abc904c540d79fd53 | |
parent | 8d96d77f9a386c3cadfd9c9f128b99a94aaddfb4 [diff] |
To match the behaviour of HTTP server, the HTTP client library now also encodes headers with iso-8859-1 (latin1) encoding. It was already doing that for incoming headers which makes this behaviour now consistent in both incoming and outgoing direction.