]> git.kaiwu.me - haproxy.git/commit
MINOR: http: rely on the message body parser to send 100-continue
authorWilly Tarreau <w@1wt.eu>
Sat, 26 Apr 2014 20:08:32 +0000 (22:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Apr 2014 15:25:40 +0000 (17:25 +0200)
commitcfe7fdd02d1164012cf9ff04f215a724560047d9
treedbad50d3765941f3cd733d2869573f3b0c99e169
parente6d24163e5cbe4fd884be97bc2ab40dfba540e4c
MINOR: http: rely on the message body parser to send 100-continue

There's no point in open-coding the sending of 100-continue in
the stats initialization code, better simply rely on the function
designed to process the message body which already does it.
src/proto_http.c