On Tue, May 28, 2002 at 01:22:34PM -0400, Greg Ames wrote:
> Jeff said something about the chunk size being negative.  Clearly that's wrong,
> but while we're at it, we should review the RFC and see what the rules are.

Obviously, this is an overflow condition.

We should be returning 413:

10.4.14 413 Request Entity Too Large

   The server is refusing to process a request because the request
   entity is larger than the server is willing or able to process. The
   server MAY close the connection to prevent the client from continuing
   the request.

   If the condition is temporary, the server SHOULD include a Retry-
   After header field to indicate that it is temporary and after what
   time the client MAY try again.

I'll take a pass at figuring out how to return this.  -- justin

Reply via email to