Originally Posted By: mlord
Nothing seems to forbid it though, so I'll add support for "content-length: 0" on GET.


Per https://tools.ietf.org/html/rfc7230#section-3.3.2:

Quote:
A user agent SHOULD NOT send a Content-Length header field when the request message does not contain a payload body and the method semantics do not anticipate such a body.


I'll also raise a bug against the client library I'm using.
_________________________
-- roger