https://bz.apache.org/bugzilla/show_bug.cgi?id=59333
--- Comment #21 from Nick Warne <[email protected]> --- Ummm. in include/httpd.h, I haven't got this so don't know where to patch: /** * @brief Structure to store things which are per connection */ @@ -1217,6 +1220,10 @@ struct conn_rec { /** The minimum level of filter type to allow setaside buckets */ int async_filter; + + /** Preserve scoreboard's worker last request infos */ + char sb_lastreq[AP_SB_REQ_SIZE]; + char sb_lastvhost[AP_SB_VHOST_SIZE]; }; ? Nick -- 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]
