]> granicus.if.org Git - apache/commitdiff
Clarify (I hope) the comment better :)
authorJim Jagielski <jim@apache.org>
Fri, 6 Jan 2006 19:45:36 +0000 (19:45 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 6 Jan 2006 19:45:36 +0000 (19:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@366554 13f79535-47bb-0310-9956-ffa450edef68

modules/http/chunk_filter.c

index aa7b9b6a6923c2cb577ed974986558e90512bd04..d6e8ca3aa740ebeb3414bffe19ed08f23088b165 100644 (file)
@@ -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