1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Remove bogus comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Justin Erenkrantz
2001-09-29 08:29:18 +00:00
parent 08eb7609da
commit fa9432b44a

View File

@@ -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;