Closed ogercyprien closed 10 months ago
Changes in openresty 1.25 included changes in lua-nginx-module. In particular, this diff seems to introduce a breaking change where ngx.req.read_body() triggers an error when an HTTP2 or HTTP3 request is performed with no Content-Length header.
Content-Length
The aim of this PR is to fix this bug.
Changes in openresty 1.25 included changes in lua-nginx-module. In particular, this diff seems to introduce a breaking change where ngx.req.read_body() triggers an error when an HTTP2 or HTTP3 request is performed with no
Content-Length
header.The aim of this PR is to fix this bug.