]> 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:51:19 +0000 (14:51 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 7 Mar 2022 14:51:19 +0000 (14:51 +0000)
commit1b96582269d9ec7c82ee0fea1f67934e4b8176ad
treeed8ef4d8bdc78798470c3848441416549313404c
parent5a72f0fe6f2f8ce35c45242e99a421dc19251ab5
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.

Merge r1898689 from trunk.
Submitted by: rpluem
Reviewed by: rpluem, covener, ylavic

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