Commit c4a0eda3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

... and don't forget the two new states

parent a2d05b32
......@@ -33,7 +33,9 @@
#ifdef SESS_STEP
SESS_STEP(h1newsess, H1NEWSESS)
SESS_STEP(h1newreq, H1NEWREQ)
SESS_STEP(h1proc, H1PROC)
SESS_STEP(h1busy, H1BUSY)
SESS_STEP(h1cleanup, H1CLEANUP)
SESS_STEP(h1working, H1WORKING)
SESS_STEP(h1_last, H1_LAST)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment