https://bz.apache.org/bugzilla/show_bug.cgi?id=61301
--- Comment #17 from Yann Ylavic <ylavic.dev@gmail.com> ---
Committed the TLS agnostic version in r1811649, probably worth it for the http:
case too since it avoids poll()ing when the data are likely >8K (a nonblocking
read, even in the unlikely failing case, is quite cheap compared to returning
to the caller).
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|