]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] implemented the status-line parser in http_msg_analyzer().
authorWilly Tarreau <w@1wt.eu>
Sun, 21 Jan 2007 22:58:29 +0000 (23:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 21 Jan 2007 22:58:29 +0000 (23:58 +0100)
commit8973c70f7d1659ba22e466c753bc8a39413dd3d4
tree1cc5c9c3528e4e651f584a0c041aa49a606cdc25
parent362b34d05ccce00e93447fa0764231768ffb0453
[MEDIUM] implemented the status-line parser in http_msg_analyzer().

The status line parser has been written. With it, it should not
be too hard to replace the response parser to benefit from the
new header facilities.
src/client.c
src/proto_http.c