You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lua-nginx-module requires the content-length header to be set on
http2 requests when ngx.req.read_body() is called and throws an error
otherwise. This fix checks for POST request method before reading the
body to avoid the error on other request methods.
Ref #130
0 commit comments