[issue11652] urlib2 returns a pair of integers as the content-length value

Raymond Hettinger report at bugs.python.org
Wed Mar 23 18:47:25 CET 2011


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Interesting, the Content-Length header was sent twice:

HTTP/1.1 200 OK
Server: Apache/2.2.3 (CentOS)
Last-Modified: Sat, 07 Feb 2009 19:15:15 GMT
ETag: "46aef-46258f510b6c0"
Content-Length: 289519
Expires: Fri, 25 Mar 2011 17:32:49 GMT
Content-Type: application/zip
Content-Length: 289519
Date: Wed, 23 Mar 2011 17:32:49 GMT
X-Varnish: 930137777
Age: 0
Via: 1.1 varnish

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11652>
_______________________________________


More information about the Python-bugs-list mailing list