]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Add stream_generate_unique_id function
authorTim Duesterhus <tim@bastelstu.be>
Fri, 28 Feb 2020 14:13:33 +0000 (15:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Mar 2020 06:23:00 +0000 (07:23 +0100)
commit127a74dd48035b22c2273eddfae3713a5a65d053
tree3867a691b034ca46301f432ddf2f5e3a3b0a429d
parent5fcec84c588d87e931a30713b166917138433b88
MINOR: stream: Add stream_generate_unique_id function

Currently unique IDs for a stream are generated using repetitive code in
multiple locations, possibly allowing for inconsistent behavior.
include/proto/stream.h
src/http_ana.c
src/stream.c