commit | ed26fb8ac82708f6fb1c2ea7ee1c084d5f7cc647 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 29 22:53:30 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 17:20:36 2018 +0100 |
tree | 5321ad1387638a9b29e473688a75aa5d4040a0d2 | |
parent | 7805e2bc1faf04169866c801087fd794535ecbb2 [diff] |
BUG/MINOR: http: Use out buffer instead of trash to display error snapshot the function http_show_error_snapshot() must not use the trash buffer to append the HTTP error description. Instead, it must use the <out> buffer, its first argument. Note that concretely, this function always succeeds because <out> is always the trash buffer.