mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
elaborate on a misleading comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1687642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -236,7 +236,9 @@ AP_DECLARE(apr_status_t) ap_rgetline_core(char **s, apr_size_t n,
|
||||
return rv;
|
||||
}
|
||||
|
||||
/* Something horribly wrong happened. Someone didn't block! */
|
||||
/* Something horribly wrong happened. Someone didn't block!
|
||||
* (this also happens at the end of each kept-alive connection)
|
||||
*/
|
||||
if (APR_BRIGADE_EMPTY(bb)) {
|
||||
return APR_EGENERAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user