Re: i28 proposed replacement text

Yves Lafon wrote:
> >server [Connection: close, no TE] -> proxy [Transfer-Encoding: chunked]
> >-> recipient
> >
> >In which case receiving a properly terminated chunked encoding says
> >nothing about if the message was truncated in transit or not.
> 
> Well, in that case, it would be better for the proxy to figure out there 
> is a potential error from server to proxy and to something clever (cutting 
> the connection without sending the last chunk ?) to signal this.

How can the proxy detect this potential error?

The proxy will not know anything about the entity being transferred.
Proxies are pure transport.

To the proxy, a truncated (Connection: close) message is
indistinguishable from one which isn't.  That's the problem.

-- Jamie

Received on Tuesday, 3 June 2008 17:36:11 UTC