[BUILD] proto_http: eliminate some build warnings with gcc-2.95
authorWilly Tarreau <w@1wt.eu>
Tue, 28 Sep 2010 17:42:42 +0000 (19:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:31 +0000 (19:04 +0200)
commite3f284aa7b86467186de7ff629500e6fe161c9df
tree4aa22d3d3c07b9317d588d2fba4d487a717f6a07
parent3bb057170c2e1203119d3e06ed651f9da3574b00
[BUILD] proto_http: eliminate some build warnings with gcc-2.95

gcc-2.95 does not like labels before the first case in a switch
statement.
(cherry picked from commit e1c51a861ba0c389d31dfb010e8b188f5f43313a)
src/proto_http.c