Issue 3648: Error 320 probably due the junk chars in the Response Header http://code.google.com/p/chromium/issues/detail?id=3648
Comment #3 by [EMAIL PROTECTED]: ***There is some junk(��&) in the response header which might be causing this issue*** When I load the URL http://www.nokia-5800.nl/ with fiddler open, the webpage loads but it doesn't load when fiddler is closed Request Header for IE ---------------------- GET / HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms- excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave- flash, application/x-silverlight, */* Accept-Language: en-us UA-CPU: x86 Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727) Host: www.nokia-5800.nl Connection: Keep-Alive Cookie: __utma=223159556.1971855085659299800.1224698233.1224698233.1224698233.1; __utmb=223159556.1.10.1224698233; __utmc=223159556; __utmz=223159556.1224698233.1.1.utmcsr=(direct)|utmccn=(direct)| utmcmd=(none) Request Header for Chrome -------------------------- GET / HTTP/1.1 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.3.154.5 Safari/525.19 Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image /png,*/*;q=0.5 Accept-Language: en-US,en Accept-Charset: ISO-8859-1,*,utf-8 Accept-Encoding: gzip,deflate,bzip2 Host: www.nokia-5800.nl Connection: Keep-Alive Response Header for IE ------------------------ HTTP/1.0 200 OK Date: Wed, 22 Oct 2008 18:00:31 GMT Server: Apache/2.0.61 (Unix) mod_ssl/2.0.61 ��& X-Powered-By: PHP/4.4.7 X-Pingback: http://www.nokia-5800.nl/xmlrpc.php Connection: close Content-Type: text/html; charset=UTF-8 Response Header for Chrome --------------------------- HTTP/1.1 200 OK Date: Wed, 22 Oct 2008 18:07:19 GMT Server: Apache/2.0.61 (Unix) mod_ssl/2.0.61 ��& X-Powered-By: PHP/4.4.7 X-Pingback: http://www.nokia-5800.nl/xmlrpc.php Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Issue attribute updates: Summary: Error 320 probably due the junk chars in the Response Header Status: Untriaged Labels: -Area-Misc Area-BrowserBackend -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
