Re: [google-gears-eng] Re: Deploying new expectation-extensions

> I wonder if a new 100-class code, the inverse of CONTINUE, wouldn't be of
> value in HTTP/next to designate that a the request body can be omitted since
> a final determination is available.  The client would still have to send a
> body (since there is no ack) but using a chunked send, a chunk of 0 bytes
> to finalize an empty request body would be sufficient.

But if there will be any new 1xx response code, then it should be the
103 (Checkpoint) from our proposal. Because if you can use that then
you can just include the entire body in the first post, using the 103
to obtain whatever information you need to resume upon failure (e.g.
etag or new location).

Charles

Received on Wednesday, 17 September 2008 11:36:45 UTC