> Furthermore, we can read in HTTP/1.1 specification
> that "A server MUST NOT
> send
> transfer-codings to an HTTP/1.0 client".

I once did an socket implementation against
Anonymizer. This is well established proxy service
that services $100K+ government and private contracts.

Their server always sent chunked content despite all
headers. I'm pretty sure that there are other well
established servers that send chunked content despite
the rfc.

Guessing that it might have something to do with
wanting to control content compression. All the
browsers can handle it, and that's probably all apple
is concerned with - even though they're overriding an
rfc spec req.

Chris

--- Jérôme Charron <[EMAIL PROTECTED]> wrote:

> > http://www.apple.com for example answer with
> chunked content also if
> > you request with a http 1.0 header.
> 
> 
> Stefan,
> 
> I don't see any "Transfer-Encoding: chunked" header
> in responses from
> www.apple.com
> Furthermore, we can read in HTTP/1.1 specification
> that "A server MUST NOT
> send
> transfer-codings to an HTTP/1.0 client".
> 
> Jérôme
> 
> --
> http://motrech.free.fr/
> http://www.frutch.org/
> 



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to