Commit a35fcc63 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

Remove bogus comment.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91190 13f79535-47bb-0310-9956-ffa450edef68
parent 27677a43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;