• Kenton Varda's avatar
    Fix bug with HTTP entities with `Content-Length: 0`. · d2ec1420
    Kenton Varda authored
    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.)
    d2ec1420
http-test.c++ 42.5 KB