Re: httpd: fix default request body size

2022-09-20 Thread Claudio Jeker
On Fri, Sep 02, 2022 at 10:23:30AM +0200, YASUOKA Masahiko wrote: > Hello, > > For HTTP request body, if neither "Content-Encoding: chunked" nor > "Content-Length" is specified, it should mean body length is 0. > > In RFC 9112 Section 6.3, 7.: > | 7. If this is a request message and none of

httpd: fix default request body size

2022-09-02 Thread YASUOKA Masahiko
Hello, For HTTP request body, if neither "Content-Encoding: chunked" nor "Content-Length" is specified, it should mean body length is 0. In RFC 9112 Section 6.3, 7.: | 7. If this is a request message and none of the above are true, then | the message body length is zero (no message body