https://bz.apache.org/bugzilla/show_bug.cgi?id=63503
--- Comment #3 from Don Poitras <[email protected]> --- Yes, it's just mutex protection. The only variables I added were the return code fields and the indicator to determine if this was the first call to ap_proxy_initialize_worker() (in which case, the extra mutex calls are not needed) or the subsequent calls. The error logging code around PROXY_THREAD_LOCK/UNLOCK is just copied from the call that already exists in ap_proxy_determine_connection(). I tried to pattern the calls as much as possible to what's already in the code. -- 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]
