Hi guys, On Wed, Aug 28, 2013 at 04:41:57PM +0200, William Lallemand wrote: > On Tue, Aug 20, 2013 at 04:14:05PM -0400, Patrick Hemmer wrote: > > I see 2 ways of handling this. > > 1) Move the code that populates the session unique_id member to > > http_process_req_common (or to http_wait_for_request where it's > > allocated). This will let requests terminated by an `errorfile` > > directive log out a request ID. > > 2) Initialize the unique_id member upon allocation. > > > > I've attached a patch which does option 2, but I'm not sure if option 1 > > would be preferable so that even `errorfile` requests will get a request ID. > > > > -Patrick > > Hello Patrick, > > Thanks for reporting the bug, I implemented something more relevant, the > unique-id is now generated when a request failed.
Applied, thanks! Willy

