Willy,

during my investigation regarding unique IDs for TCP streams I noticed that
the `unique-id` sample fetch had a bug. Thus I spun out the first pieces of
my work into this patchset. The first patch fixes the bug in the fetch. The
other patches clean up the repetitive generation of the unique id. Not sure
whether you might want to re-tag the last to CLEANUP.

Best regards

Tim Duesterhus (3):
  BUG/MINOR: sample: Make sure to return stable IDs in the unique-id
    fetch
  MINOR: stream: Add stream_generate_unique_id function
  MINOR: stream: Use stream_generate_unique_id

 include/proto/stream.h |  3 +++
 src/http_ana.c         | 15 ++++++---------
 src/http_fetch.c       | 15 +++++++--------
 src/log.c              |  3 +--
 src/stream.c           | 19 +++++++++++++++++++
 5 files changed, 36 insertions(+), 19 deletions(-)

-- 
2.25.1


Reply via email to