]> granicus.if.org Git - apache/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)
commit227ffd64862973cf5aa068e7d072d9afb3c215f9
tree9ea55a00dae72b9237239b026af15436c1e9485b
parent918ccd0014d14ed62d12f041f27526e43b8e19e5
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