Updates:
        Summary: The network stack doesn't support space as a separator on the  
headers.
        Cc: [email protected] [email protected]

Comment #6 on issue 7945 by [email protected]: The network stack doesn't  
support space as a separator on the headers.
http://code.google.com/p/chromium/issues/detail?id=7945

Thanks for the info.

The cache behavior is correct. We are not recognizing this as gzip encoded:

http://www.rijnja.nl/

HTTP/1.1 200 OK
Content-Length: 5125 Content-Encoding: gzip
Content-Type: text/html
Content-Location: http://www.rijnja.nl/index.htm
Last-Modified: Wed, 25 Feb 2009 10:15:08 GMT
Accept-Ranges: bytes
ETag: "fae569ef3197c91:20ca"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Fri, 27 Feb 2009 21:56:45 GMT

00000000:  51  01  00  00  01  00  00  00  af  29  78  fd  83  c2  2d  00   
Q........)x...-.
00000010:  bf  bb  7b  fd  83  c2  2d  00  39  01  00  00  48  54  54   
50  ..{...-.9...HTTP
00000020:  2f  31  2e  31  20  32  30  30  20  4f  4b  00  43  6f  6e  74   
/1.1 200 OK.Cont
00000030:  65  6e  74  2d  4c  65  6e  67  74  68  3a  20  35  31  32  35   
ent-Length: 5125
00000040:  20  43  6f  6e  74  65  6e  74  2d  45  6e  63  6f  64  69  6e    
Content-Encodin
00000050:  67  3a  20  67  7a  69  70  00  43  6f  6e  74  65  6e  74  2d   
g: gzip.Content-
00000060:  54  79  70  65  3a  20  74  65  78  74  2f  68  74  6d  6c  00   
Type: text/html.
00000070:  43  6f  6e  74  65  6e  74  2d  4c  6f  63  61  74  69  6f  6e   
Content-Location
00000080:  3a  20  68  74  74  70  3a  2f  2f  77  77  77  2e  72  69   
6a  : http://www.rij

Note that the server is placing a space between the content length and the  
content encoding, and we are expecting a
separate line. I'm changing the bug summary.

--
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

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to