RE: ISSUE: MUST a client wait for 100 when doing PUT or POST re quests?

On Tue, 10 Jun 1997, Paul Leach wrote:

> This example only seems to require that the client wait for 100 if it is
> pipelining -- otherwise it won't know which (possibly non-idempotent)
> requests have or haven't been processed, which is a correctness problem.
> Other scenarios show that efficiency might suffer if the client didn't
> wait for a 100.

Seems to me that for correctness, it that is the issue, 100 CONTINUE
does not much for the problem.  The correctness issue CAN ONLY be resolved
by the client waiting for the 200 OK after submitting the data. 
In fact, if correctness is the issue, the 100 CONTINUE wait breaks
pipelining twice by requiring two waits instead of one.

I would go further and argue that it would be unusual to pipeline   
requests after the POST/PUT anyway. 

Dave Morris

Received on Tuesday, 10 June 1997 19:04:00 UTC