BUG/MINOR: stream: Don't use input buffer after the ownership xfer
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Dec 2020 16:22:49 +0000 (17:22 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Dec 2020 16:22:50 +0000 (17:22 +0100)
commitc43fca01390c4563dfe1d31ace7f1e9b64d9750c
treef9e13c5ef87fad6d2966d57bafad055109f9124c
parent16df178b6eae0aaca6af874a74e6367f0c475839
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.
src/stream.c