MINOR: stream: Set SC_FL_ERROR on channels' buffer allocation error
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 09:36:29 +0000 (11:36 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 15:05:54 +0000 (17:05 +0200)
commit340021b89fefe103b5ddbeb559815f61afbdceb3
tree32aa04629b027a6bc19d2a098ad6dc2f1dbd1206
parent38656f406cd265af8622461803713a126740dd0e
MINOR: stream: Set SC_FL_ERROR on channels' buffer allocation error

Set SC_FL_ERROR flag when we fail to allocate a buffer for a stream.
src/stream.c