• Poul-Henning Kamp's avatar
    Put a protocol prefix on enum sess_step. · ba34fd3a
    Poul-Henning Kamp authored
    In the future we will need to tell what protocol controls a give
    session, for instance when we come back from the waiter or waiting
    list.   Rather than spend memory on a dedicated field for this,
    protocols will share the enum sess_step, and ranges will be used
    to dispatch to protocols.
    ba34fd3a
Name
Last commit
Last update
..
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...