]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Removing a misleading comment.
authorDaniel Gruno <humbedooh@apache.org>
Mon, 27 Aug 2012 08:46:29 +0000 (08:46 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Mon, 27 Aug 2012 08:46:29 +0000 (08:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1377601 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/mod_lua.c

index ca3869ff207d7c198c63c116898c2c45ccd7453e..857b74f64fc46424455b26fe2865476f46905783 100644 (file)
@@ -569,7 +569,6 @@ static apr_status_t lua_input_filter_handle(ap_filter_t *f,
             ap_lua_release_state(L, ctx->spec, r);
         }
     }
-    /* Clean up and pass on the brigade to the next filter in the chain */
     return APR_SUCCESS;
 }