]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] renamed several HTTP structures
authorWilly Tarreau <w@1wt.eu>
Sat, 3 Mar 2007 12:54:32 +0000 (13:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 3 Mar 2007 12:54:32 +0000 (13:54 +0100)
commitb326fcc46a9839a1b4dfb4ab503cfb22fb7196db
tree75bd11d65b280d78d08e22dd058fdf1520e315c6
parent244b47beef861ab47bca8b008e79456998a5d859
[CLEANUP] renamed several HTTP structures

Some parts of HTTP processing were incorrectly called "request" while
they are messages or transactions. The following structure members
have changed :

  http_msg.hdr_state => msg_state
  http_msg.sor => som
  http_req.req_state => removed
  http_req => http_txn
doc/internals/http-parsing.txt
include/types/session.h
src/client.c
src/log.c
src/proto_http.c
src/session.c