https://bz.apache.org/bugzilla/show_bug.cgi?id=59333

--- Comment #14 from Yann Ylavic <[email protected]> ---
Created attachment 33801
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33801&action=edit
Clear old/unkown worker score entry at incoming request

There is a window (more or less wide depending on the MPM) where the connection
is accepted but the request not read/available yet, such that the connection
informations are known (like remote IP) but not the request data (request
line).
During that time the scoreboard will show the IP of the new client but still
the Protocol/Vhost/Request of the previous request associated with the entry.

The attached patch resets the entry whenever a new request is being handled,
which should show empty values for informations which are not yet known,
instead of mixed requests data.

Could you please give it a try?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to