Commit ca7170e2 authored by dgaudet's avatar dgaudet
Browse files

It's definately wrong to start ap_bprintf() on a connection that's got an

error, or one which is not buffered.

It's wrong for ap_bflush() to return 0 when B_EOUT is set -- B_EOUT can
be set by timeout(), and it seems pointless for code everywhere to have
to test for B_EOUT when they can simply test for a ap_bflush() failure.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81638 13f79535-47bb-0310-9956-ffa450edef68
parent 90e526a6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment