commit | 4cfc038cb19996f5d2fe60284fdb556503a5f9ef | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 27 09:14:47 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 27 10:56:51 2022 +0200 |
tree | b8a604d81ea8c3b7645696963a065ecbb6a0aa45 | |
parent | 56ac2cbf5893c83cabc96217c5652839b1524087 [diff] |
BUG/MINOR: stream: Perform errors handling in right order in stream_new() The frontend SC is attached before the backend one is allocated. Thus an allocation error on backend SC must be handled before an error on the frontend SC. This patch must be backported to 2.6.