commit | 3a215bedba88d7b5d2b3f5b7d8410ba912b01022 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 09 21:39:51 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 12:28:12 2012 +0200 |
tree | 812a56036509ff5737b133dd2b52c83b8fdd809f | |
parent | 62f791ea6f3f828888bf5c9a33b42363313ba1d8 [diff] |
MAJOR: http: make http_msg->sol relative to buffer's origin msg->sol is now a relative pointer just like all other ones. There is no more absolute references to the buffer outside the struct buffer itself. Next two cleanups should include removing buffer references to functions which already have an msg, and removal of wrapping detection in request and response parsing which cannot wrap by definition.