Resending a chunked-transfer request

Hi All,

I'm implementing a web-client program and having some difficulty
knowing how to handle the resending of a request which uses the
chunked-transfer method to send a body, i.e. an upload.  My
understanding of the 1.1 protocol is that a client may resend a
request that has not received a response for whatever reason, I/O
error etc.  However, it seems a bit much to be keeping chunks buffered
in memory after they have been sent once for the possibility that they
may need to be resent again.  The aggregate chunks for a single
request could potentially consume a great deal of memory.

How are chunked-transfer resends typically handled in a web client?

Any advice greatly appreciated.

Received on Monday, 8 November 2010 08:12:50 UTC