commit | a62201df5a45f39be67f33d0ba4fc22fb3ce73b0 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 20 14:43:49 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Feb 21 11:35:09 2023 +0100 |
tree | 10d8398187308e5ff69efcc1d105c55004c0f316 | |
parent | bbf86be9969e070cb57021d14c8fa638199db73a [diff] |
DEBUG: stream: Add a BUG_ON to never exit process_stream with an expired task We must never exit for the stream processing function with an expired task. Otherwise, we are pretty sure this will ends with a spinning loop. It is really better to abort as far as possible and with the original buggy state. This will ease the debug sessions.