]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http: rename HTTP_MSG_DATA_CRLF state
authorWilly Tarreau <w@1wt.eu>
Thu, 25 Oct 2012 17:04:45 +0000 (19:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 25 Oct 2012 23:13:52 +0000 (01:13 +0200)
commit54d23dfc07123acffbcd36b8aa1c1f8f3f94fda7
tree685393a6f7f1092cc068255f0d5982b1799d3665
parent3dd0c4e20eea1b3169417484c4ad10bef0990598
CLEANUP: http: rename HTTP_MSG_DATA_CRLF state

This state's name is confusing as it is only used with chunked encoding
and makes newcomers think it's also related to the content-length. Let's
call it CHUNK_CRLF to clear any doubt on this.
include/types/proto_http.h
src/proto_http.c