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

Removing a misleading comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1377601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Gruno
2012-08-27 08:46:29 +00:00
parent edf0f80ad9
commit fd1fbe7908

View 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;
}