https://issues.apache.org/bugzilla/show_bug.cgi?id=50335

--- Comment #37 from Yann Ylavic <[email protected]> ---
(In reply to Max Romanov from comment #36)
> I have no idea why other people ignores two major changes from the first
> patch:
> 1. allocate request to backend from backend connection pool

Since the backend's connection can handle multiple requests, they would leak on
its pool.
Your patch creates a subpool for the fake request, you have to explicitly
destroy (or clear/recycle) it somewhere, and that's more work/cycles (per
request).

-- 
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