Skip to content

Commit 2327b4a

Browse files
committed
Clarify (I hope) the comment better :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@366554 13f79535-47bb-0310-9956-ffa450edef68
1 parent d173b3f commit 2327b4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/http/chunk_filter.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ apr_status_t ap_http_chunk_filter(ap_filter_t *f, apr_bucket_brigade *b)
162162
* 2) the trailer
163163
* 3) the end-of-chunked body CRLF
164164
*
165-
* If there is no EOS bucket, or if we had seen an error bucket with
166-
* status HTTP_BAD_GATEWAY then do nothing. We have memorized an
165+
* We only do this if we have not seen an error bucket with
166+
* status HTTP_BAD_GATEWAY. We have memorized an
167167
* error bucket that we had seen in the filter context.
168168
* The error bucket with status HTTP_BAD_GATEWAY indicates that the
169169
* connection to the backend (mod_proxy) broke in the middle of the

0 commit comments

Comments
 (0)