]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_lua: Error out if lua_read_body() or lua_write_body() fail.
authorYann Ylavic <ylavic@apache.org>
Mon, 7 Mar 2022 14:07:02 +0000 (14:07 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 7 Mar 2022 14:07:02 +0000 (14:07 +0000)
commit3e561918fbd2a3e0b1dbc10e392d7c114d3fd64f
tree9cefa3fd40925b16fefd98aa5bfd103b48b46e74
parent6418c66ab6bfa7aeebeca09b17cf69eeead3bfa1
mod_lua: Error out if lua_read_body() or lua_write_body() fail.

Otherwise r:requestbody() or r:parsebody() failures might go unnoticed for
the user.

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