https://bz.apache.org/bugzilla/show_bug.cgi?id=61616
--- Comment #53 from Carsten Wolff <cars...@wolffcarsten.de> --- BTW, (In reply to Mohamed El Housseine from comment #48) > #b: socket_bucket_read allocates a new bucket and _overwrites_ the requested > len with APR_BUCKET_BUFF_SIZE, before passing it to apr_socket_recv. shouldn't this be considered a bug in APR? I would understand if the function would just clamp to min(len, APR_BUCKET_BUFF_SIZE) and might read less than requested. But reading more than the caller requested while returning only as much as was requested and not telling the caller about that fact is very unintuitive, especially if one is used to the behavior of POSIX read(). -- 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