Fix bug with HTTP entities with `Content-Length: 0`.
The entity-body would never be marked "done", breaking the pipeline for subsequent requests/responses. (In practice `Content-Length: 0` is rare since normally only GET requests don't have content and they don't pass `Content-Length` at all.)
Showing
Please
register
or
sign in
to comment