From: Justin Erenkrantz Date: Sat, 29 Sep 2001 08:29:18 +0000 (+0000) Subject: Remove bogus comment. X-Git-Tag: 2.0.26~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa9432b44a9627f33c5442d36b1b7ea329851e17;p=thirdparty%2Fapache%2Fhttpd.git Remove bogus comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91190 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 83c9714fc1e..813e1c70bb7 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;