commit | a742293ec968468b4120a4cb96953a25b5821d2a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 15 11:42:23 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:01 2022 +0100 |
tree | a6342d1c7ee76b7f75913f24056634dc4d1a27a6 | |
parent | 0256da14a5a35eb96687912f285cd55318229c60 [diff] |
MINOR: stream: Handle appctx case first when creating a new stream In the same way the previous commit, when a stream is created, the appctx case is now handled before the conn-stream one. The purpose of this change is to limit bugs during the SI/CS refactoring.