Closed GoogleCodeExporter closed 9 years ago
I looked at RFC 2616 section 4, which says that HTTP headers are case
insensitive. Python 2 lowercases every header (great for comparisons), but
Python 3 doesn't (great for accuracy). Based on RFC 2616, though, the
comparisons need to made case-insensitively. Good call, Marco!
Original comment by kurtmckee
on 17 Mar 2011 at 5:54
Fixed in r570.
Original comment by kurtmckee
on 28 Aug 2011 at 7:03
Nice. Thank you.
Original comment by marco.ri...@gmail.com
on 29 Aug 2011 at 8:21
Original issue reported on code.google.com by
marco.ri...@gmail.com
on 14 Mar 2011 at 9:35