]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should
authorEric Covener <covener@apache.org>
Mon, 2 Sep 2013 18:38:07 +0000 (18:38 +0000)
committerEric Covener <covener@apache.org>
Mon, 2 Sep 2013 18:38:07 +0000 (18:38 +0000)
commit7d28f923f208880680b30a3e512d27b13ff1cf4a
tree9ea55a00dae72b9237239b026af15436c1e9485b
parent62848e0ae02a47d21fd896d369d5ad18be227f4a
mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should
be prefixed to the response as documented.

Also, don't put empty heap buckets in the brigade if a yield() is called with
no string.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1519492 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/lua/mod_lua.c