(can't help it...Grandma was an English teacher)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124994
13f79535-47bb-0310-9956-
ffa450edef68
return status;
}
- /* If this brigade contain EOS, either stop or remove it. */
+ /* If this brigade contains EOS, either stop or remove it. */
if (APR_BUCKET_IS_EOS(APR_BRIGADE_LAST(input_brigade))) {
seen_eos = 1;
return status;
}
- /* If this brigade contain EOS, either stop or remove it. */
+ /* If this brigade contains EOS, either stop or remove it. */
if (APR_BUCKET_IS_EOS(APR_BRIGADE_LAST(input_brigade))) {
seen_eos = 1;