Re: HTTP chunk transfer

[Sadiq_Js: May 30 13:00]
> 
> HI,
> 
>  I am sending a HTTP/1.1 POST to the Origin Server from the proxy with out
> Transfer-Encoding header, But Origin Server send the chunked data as a
> response to the Proxy, Is this the right behavior of HTTP Origin Server.

yes, thats fine. Transfer-Encoding applies to what you are sending,
not what you are willing to accept. Look for the TE request header for
that. However, chunked is always allowed as a transfer-encoding in
http/1.1

-Patrick

Received on Friday, 30 May 2003 09:42:26 UTC