1. MAY a server discard the message body of a POST request with no
Content-Length?
2. MAY a server discard the message body of a POST request with no
Content-Length when the destination resource is CGI?
3. MUST a server buffer the message body of a POST request with
Transfer-Encoding: chunked and generate a CONTENT_LENGTH when the
destination resource is CGI?
4. SHOULD a server buffer the message body of a POST request with
Transfer-Encoding: chunked and generate a CONTENT_LENGTH when the
destination resource is CGI?
What if the destination resource is a servlet?
Should this information be written in a spec or informational something
somewhere?
Thanks,
Carl Kugler