• Poul-Henning Kamp's avatar
    Return Flexelint to sanity wrt. Reserved WSs. · fe8602b4
    Poul-Henning Kamp authored
    Give WS_Reservation() the same "always return non-NULL or assert"
    semantics WS_Front() had because literally every single caller which
    uses the ->f pointer fails to check for NULL.
    
    Introduce a new internal WS_IsReserved() for use in the asserts
    which check if a reservation is active, but which doesn't otherwise
    care for the ->f pointer, and the single instance of non-WS code
    which (possibly) legitimatly does variant processing depending on
    the reservation state.
    fe8602b4
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...