]> git.kaiwu.me - haproxy.git/commit
CLEANUP: stream: Explain the two-step initialization in `stream_generate_unique_id()`
authorTim Duesterhus <tim@bastelstu.be>
Fri, 3 Apr 2026 21:28:58 +0000 (23:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 Apr 2026 12:02:29 +0000 (14:02 +0200)
commitf778e6feb016e72b446710d85cf4d8eea54da858
tree7f8672460df531eff778bc3c9439df3343bf7390
parent756ad19f0468cfa404532eca9b4ec61b72f87715
CLEANUP: stream: Explain the two-step initialization in `stream_generate_unique_id()`

This two-step initialization of `strm->unique_id` looks like a refactoring
target. Add a comment to prevent regressions of the fix in
fb7b5c8a53cb4f19a223abd20660d47162aa8708.
src/stream.c