commit | 0f7562b8d3fa7345ff876c6372887b4c56862f27 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 07 15:46:13 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 07 15:46:13 2007 +0100 |
tree | 2d25e3b680ed2069c0ed5f66b99e41a72ba5191d | |
parent | 6cf932508d16b75d234d80d7b9f5a66cad00a353 [diff] |
[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.