]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: get rid of msg->som which is not used anymore
authorWilly Tarreau <w@1wt.eu>
Fri, 18 May 2012 21:22:52 +0000 (23:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 May 2012 21:50:43 +0000 (23:50 +0200)
commit2692736aa3114bb0503f92c75cbdeb6dbb5e4b2f
tree413eb17facfc1181a3d03c0931560ada577f6551
parent06a000f56e6fdfd229a1f948863b17bca07ddcbb
MEDIUM: http: get rid of msg->som which is not used anymore

msg->som was zero before the body and was used to carry the beginning
of a chunk size for chunked-encoded messages, at a moment when msg->sol
is always zero.

Remove msg->som and replace it with msg->sol where needed.
include/types/proto_http.h
src/proto_http.c