> > > Hi all, > Ive run into this issue. > When trying to access this site http://www.acp.pt I get an error message: > > Invalid Response error was encountered while trying to process the > request: > GET / HTTP/1.1 > Host: www.acp.pt > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) > Gecko/2009032609 Firefox/3.0.8 > Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-us,en;q=0.5 > Accept-Encoding: gzip,deflate > Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 > Keep-Alive: 300 > Proxy-Connection: keep-alive > Cookie: OAID=85d42a4578c83aec5c49fcf529626d18; > __utma=10858660.1732473768.1237559664.1237559664.1237559664.1; > __utmz=10858660.1237559664.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none) > Cache-Control: max-age=0 > > This has changed from a zero sized reply with 2.6 STABLE22 to the error > Ive mentioned in 3.0-STABLE13 > > Checking the headers with wget, this is the response: > > wget --server-response http://www.acp.pt > --2009-03-31 18:09:31-- http://www.acp.pt/ > Resolving www.acp.pt... 85.88.134.195 > Connecting to www.acp.pt|85.88.134.195|:80... connected. > HTTP request sent, awaiting response... > HTTP/1.1 200 OK > Date: Tue, 31 Mar 2009 17:09:31 GMT > Server: Apache > X-Powered-By: PHP/5.1.6 > Set-Cookie: PHPSESSID=vpdj646m74m8l03u8khru64fr1; path=/ > Expires: Thu, 19 Nov 1981 08:52:00 GMT > Cache-Control: no-store, no-cache, must-revalidate, post-check=0, > pre-check=0 > Pragma: no-cache > Set-Cookie: OAID=b3427be14c171ba4c8a9ef4f6a4a718d; expires=Wed, > 31-Mar-010 17:09:31 GMT; path=/ > P3P: CP="CUR ADM OUR NOR STA NID" > Connection: close > Content-Type: text/html; charset=ISO-8859-1 > Content-Language: pt > Length: unspecified [text/html] > > This is the capture with wireshark: <snip many request info, with no matching reply info> > > Any ideas? > By all appearances you are getting a unspecified length object back, with probably no data length. This is an invalid HTTP reply exactly as the error message said. >From this info I have no idea at present why the server would be generating such replies. Amos