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

--- Comment #4 from Gary S <g...@cpanel.net> ---
(In reply to Ruediger Pluem from comment #2)
> How large are the static files? Are they delivered directly by Apache?
> File buckets below 256 byte of size are not sent via sendfile.
> 
> If would be helpful if you could break with gdb in can_sendfile_bucket and do
> 
> dump_bucket(b)
> 
> 
> (requires the .gdbinit delivered with the source code to be loaded in gdb).

Here's the requested information: 

Breakpoint 1, can_sendfile_bucket (b=0x558cded27068) at core_filters.c:621
621         if (APR_BUCKET_IS_FILE(b) && b->length >= AP_MIN_SENDFILE_BYTES) {
(gdb) dump_bucket(b)
 bucket=HEAP     (558cded27068) length=1555   data=558cded26de8
     contents=[~~~~z~~~v~~~~~l~Z...] rc=1

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to