of bytes flushed, it returns 0 on success, -1 on error.
Should be CTR.
Backport of rr1368393 and r1368396 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1371930 13f79535-47bb-0310-9956-
ffa450edef68
/**
* Flush all of the data for the current request to the client
* @param r The current request
- * @return The number of bytes sent
+ * @return 0 on success, -1 if an error occurred
*/
AP_DECLARE(int) ap_rflush(request_rec *r);