openresty / lua-nginx-module

Embed the Power of Lua into NGINX HTTP servers
https://openresty.org/
11.34k stars 2.03k forks source link

bugfix: revert #2174 and #2237 due to http2 behavior break change #2286

Closed oowl closed 9 months ago

oowl commented 9 months ago

revert #2174 and #2237 due to http2 behavior break change, context: https://github.com/openresty/lua-nginx-module/issues/2211

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.

dndx commented 9 months ago

Could you also add document for the behavior of client_max_body_size and client_body_timeout and their effect on ngx.req.read_body() as well?

oowl commented 9 months ago

Could you also add document for the behavior of client_max_body_size and client_body_timeout and their effect on ngx.req.read_body() as well?

On the way

oowl commented 9 months ago

@zhuizhuhaomeng @swananan Hi, Can you help me to review this?

mergify[bot] commented 9 months ago

This pull request is now in conflict :(

zhuizhuhaomeng commented 9 months ago

I have merged this PR with a small modification. Please check out the latest master code.