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

--- Comment #10 from Stefan Eissing <[email protected]> ---
With "H2CopyFiles on" static file contents are copied from the request worker
to the main connection chunk by chunk. This buffers more memory and keeps a
worker allocated much longer.

With "H2CopyFiles off" (and no compression filters etc.) the file handle is
given to the main connection, freeing the worker. The handle is then read as h2
needs it for sending our the data frames. On h2c, even sendfile() gets used.

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