]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
bad header doxygen: ap_rflush does not return the number
authorRainer Jung <rjung@apache.org>
Sat, 11 Aug 2012 12:36:35 +0000 (12:36 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 11 Aug 2012 12:36:35 +0000 (12:36 +0000)
of bytes flushed, it returns 0 on success, -1 on error.

Should be CTR.

Backport of r1368393 and r1368396 from trunk
resp. r1371930 from 2.2.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1371931 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index d18f1ed2298b73cbfb993235dfb231af8fab9819..76e3436c115e2e8626a3cc38b5409ea6846892a4 100644 (file)
@@ -375,7 +375,7 @@ AP_DECLARE_NONSTD(int) ap_rprintf(request_rec *r, const char *fmt,...)
 /**
  * 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);