• Nils Goroll's avatar
    Ensure we can always set a standard response code · f4e3c278
    Nils Goroll authored
    The previous attempt to address 1990 was only half-hearted, the fundamental issue
    was that we could still fail to set even a 503 response code because we required
    workspace to stringify it.
    
    For well known status codes, we now keep constant strings together with the
    default reason phrases and emit those.
    
    Add a vtc for the 1990 case.
    
    Fixes #1990
    f4e3c278
Name
Last commit
Last update
..
cache_http1.h Loading commit data...
cache_http1_deliver.c Loading commit data...
cache_http1_fetch.c Loading commit data...
cache_http1_fsm.c Loading commit data...
cache_http1_line.c Loading commit data...
cache_http1_pipe.c Loading commit data...
cache_http1_proto.c Loading commit data...
cache_http1_vfp.c Loading commit data...