• 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_http2.h Loading commit data...
cache_http2_deliver.c Loading commit data...
cache_http2_hpack.c Loading commit data...
cache_http2_panic.c Loading commit data...
cache_http2_proto.c Loading commit data...
cache_http2_send.c Loading commit data...
cache_http2_session.c Loading commit data...