commit | d6c2e8c9162452e5f192bdd92c7f241499c7117e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 08 08:54:15 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 21:28:15 2012 +0200 |
tree | c92f9eab86b6630f84e672552b3826e9784696f0 | |
parent | 22bca6140497780ae729ef7cb5c6490c8c10d1ba [diff] |
BUG/MINOR: http: error snapshots are wrong if buffer wraps Commit 81f2fb added support for wrapping buffer captures, but unfortunately the code used to perform two memcpy() over the same destination, causing a loss of the start of the buffer rendering some error snapshots unusable. This bug is present in 1.4 too and must be backported.