]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: http: rename msg->buf to msg->chn since it's a channel
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 20:40:39 +0000 (22:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 20:40:39 +0000 (22:40 +0200)
commit394db379eb303d38bc78baffbe1c6f78de4db4f7
treeeb888819b80cb31250d312a3386f63804105524a
parentffc3fcd6dadbf19c3def3f8aa27e78cf2481c347
REORG: http: rename msg->buf to msg->chn since it's a channel

It's extremely confusing to have all those msg->buf->buf everywhere after
the extraction of the buffer from the channel. Let's clean this up.
include/types/proto_http.h
src/proto_http.c
src/session.c