haproxy/include
Willy Tarreau 3770f23a3a MINOR: http: switch the http state to an enum
This reduces its size which is not reused by anything else. However it
will significantly improve the debugger's output since we'll now get
real state values.

The default case had to be enabled in the parsers because gcc tries
to optimize the switch/case and noticed some values were missing from
the enums and emitted a warning.
2013-12-09 16:06:22 +01:00
..
common MINOR: tools: function my_memmem() to lookup binary contents 2013-12-06 11:50:47 +01:00
import
proto MINOR: http: switch the http state to an enum 2013-12-09 16:06:22 +01:00
types MINOR: http: switch the http state to an enum 2013-12-09 16:06:22 +01:00