b***@apache.org
2016-03-14 20:07:19 UTC
https://bz.apache.org/bugzilla/show_bug.cgi?id=36636
Wim Lewis <***@omnigroup.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS|Linux |All
Hardware|PC |All
--- Comment #20 from Wim Lewis <***@omnigroup.com> ---
I can confirm this problem still exists in the 2.4.x releases and in 2.5/trunk
(r1734315).
A workaround is to use mod_buffer to buffer the entire PROPFIND response before
sending it to the client:
<If "toupper(%{REQUEST_METHOD}) == 'PROPFIND'" >
SetOutputFilter BUFFER
</If>
Of course this increases memory use and request latency, but it does prevent a
single client on a slow connection from locking up the entire DAV repository.
Wim Lewis <***@omnigroup.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS|Linux |All
Hardware|PC |All
--- Comment #20 from Wim Lewis <***@omnigroup.com> ---
I can confirm this problem still exists in the 2.4.x releases and in 2.5/trunk
(r1734315).
A workaround is to use mod_buffer to buffer the entire PROPFIND response before
sending it to the client:
<If "toupper(%{REQUEST_METHOD}) == 'PROPFIND'" >
SetOutputFilter BUFFER
</If>
Of course this increases memory use and request latency, but it does prevent a
single client on a slow connection from locking up the entire DAV repository.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-***@httpd.apache.org
For additional commands, e-mail: bugs-***@httpd.apache.org
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-***@httpd.apache.org
For additional commands, e-mail: bugs-***@httpd.apache.org