]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
bad header info: ap_rflush does not return the number of bytes flushed, it returns...
authorDaniel Gruno <humbedooh@apache.org>
Thu, 2 Aug 2012 09:05:49 +0000 (09:05 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 2 Aug 2012 09:05:49 +0000 (09:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368393 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index d0d1f27ae2a65ec4a3d3487f446bc32a1740edd3..1885ff025ff00c65321978b77960f8c16fe430a2 100644 (file)
@@ -379,7 +379,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 occured
  */
 AP_DECLARE(int) ap_rflush(request_rec *r);