From fa9432b44a9627f33c5442d36b1b7ea329851e17 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Sat, 29 Sep 2001 08:29:18 +0000 Subject: [PATCH] Remove bogus comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91190 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 83c9714fc1..813e1c70bb 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -487,7 +487,7 @@ typedef struct http_filter_ctx { int status; apr_size_t remaining; enum { - BODY_NONE /* must have value of zero */, + BODY_NONE, BODY_LENGTH, BODY_CHUNK } state;