> > I've got a site that is required in our business flow that I > can not change: > > HTTP/1.1 200 OK > Server: Microsoft-IIS/5.0 > Date: Tue, 29 Mar 2005 19:15:38 GMT > Content-type: image/jpeg > Content-length: 38233 > Cache-Control: no-cache > Pragma: no-cache > Expires: 0 > Content-Length: 39145 > > Squid chokes on the two Content-Length headers: > > 2005/03/29 14:18:20| ctx: enter level 0: 'http://url/' > 2005/03/29 14:18:20| WARNING: found two conflicting > content-length headers > 2005/03/29 14:18:20| ctx: exit level 0 > > Any way that I can get squid allow access to content with two > Content-Length > headers? > > - Tell the webmaster to >fix< the webserver or use a webserver which is compliant with http standards. (IIS = Inconflict Incapable Sadly) - 2.5.STABLE9 tries to handle this again. It may work,but squid's not at fault. M.