From: Jim Jagielski Date: Fri, 6 Jan 2006 19:45:36 +0000 (+0000) Subject: Clarify (I hope) the comment better :) X-Git-Tag: 2.3.0~2631 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be7bd957545e0fced764e1825f0d3ca899b76a49;p=apache Clarify (I hope) the comment better :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@366554 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/chunk_filter.c b/modules/http/chunk_filter.c index aa7b9b6a69..d6e8ca3aa7 100644 --- a/modules/http/chunk_filter.c +++ b/modules/http/chunk_filter.c @@ -162,8 +162,8 @@ apr_status_t ap_http_chunk_filter(ap_filter_t *f, apr_bucket_brigade *b) * 2) the trailer * 3) the end-of-chunked body CRLF * - * If there is no EOS bucket, or if we had seen an error bucket with - * status HTTP_BAD_GATEWAY then do nothing. We have memorized an + * We only do this if we have not seen an error bucket with + * status HTTP_BAD_GATEWAY. We have memorized an * error bucket that we had seen in the filter context. * The error bucket with status HTTP_BAD_GATEWAY indicates that the * connection to the backend (mod_proxy) broke in the middle of the