commit | 5b7ea3afa18351b2243fac6e9131327ff9d71911 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@exceliance.fr> | Wed Aug 28 15:44:19 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Aug 31 08:01:14 2013 +0200 |
tree | 0b8212e8c187e8c80734f366959350d56503ef42 | |
parent | 9f09521f2d2deacfb4b1b10b23eb5525b9941c62 [diff] |
BUG/MEDIUM: unique_id: junk in log on empty unique_id When a request fail, the unique_id was allocated but not generated. The string was not initialized and junk was printed in the log with %ID. This patch changes the behavior of the unique_id. The unique_id is now generated when a request failed. This bug was reported by Patrick Hemmer.