]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] separate the http request from the session (step 1)
authorWilly Tarreau <w@1wt.eu>
Sun, 7 Jan 2007 14:46:13 +0000 (15:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 7 Jan 2007 14:46:13 +0000 (15:46 +0100)
commit0f7562b8d3fa7345ff876c6372887b4c56862f27
tree2d25e3b680ed2069c0ed5f66b99e41a72ba5191d
parent6cf932508d16b75d234d80d7b9f5a66cad00a353
[MEDIUM] separate the http request from the session (step 1)

A struct http_req has been created to collect every information
related to an HTTP request being processed. Right now, it is
still in the struct session but the frontier is clear now.
include/types/session.h
src/client.c
src/log.c
src/proto_http.c
src/session.c