Closed GoogleCodeExporter closed 8 years ago
Recorded here for posterity, the Cache-Control: header returned by this server
is
what is causing the problem:
$ curl --head "http://www.globalgateway.org/pdf/home%20corners.pdf"
HTTP/1.1 200 OK
Cache-Control: Max-age=3600;post-check=1800,pre-check=3600
Content-Length: 820983
Content-Type: application/pdf
Last-Modified: Wed, 23 Aug 2006 13:13:14 GMT
Accept-Ranges: bytes
ETag: "82932fe4b5c6c61:4d38"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Thu, 16 Jul 2009 23:10:59 GMT
Original comment by joe.gregorio@gmail.com
on 16 Jul 2009 at 11:28
Fixed in trunk.
Problem was that malformed cache-control headers could cause an exception.
Original comment by joe.gregorio@gmail.com
on 17 Jul 2009 at 12:12
Original issue reported on code.google.com by
bassdr...@gmail.com
on 8 Jul 2009 at 1:22