commit | c43fca01390c4563dfe1d31ace7f1e9b64d9750c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 04 17:22:49 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 04 17:22:50 2020 +0100 |
tree | f9e13c5ef87fad6d2966d57bafad055109f9124c | |
parent | 16df178b6eae0aaca6af874a74e6367f0c475839 [diff] |
BUG/MINOR: stream: Don't use input buffer after the ownership xfer At the end of stream_new(), once the input buffer is transfer to the request channel, it must not be used anymore. The previous patch (16df178b6 "BUG/MEDIUM: stream: Xfer the input buffer to a fully created stream") was pushed to quickly. No backport needed.