commit | 9f09521f2d2deacfb4b1b10b23eb5525b9941c62 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Aug 13 17:51:07 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Aug 13 17:52:20 2013 +0200 |
tree | 1755bae0fb51f3e9b1679e1d23cbcf74058bd58f | |
parent | 82ffa39bfd34e5680cb65cc0b7ef625c0a274856 [diff] |
BUG/MEDIUM: unique_id: HTTP request counter must be unique! The HTTP request counter is incremented non atomically, which means that many requests can log the same ID. Let's increment it when it is consumed so that we avoid this case. This bug was reported by Patrick Hemmer. It's 1.5-specific and does not need to be backported.