bugfix: revert #2174 and #2237 due to http2 behavior break change#2286
bugfix: revert #2174 and #2237 due to http2 behavior break change#2286oowl wants to merge 6 commits into
Conversation
|
Could you also add document for the behavior of client_max_body_size and client_body_timeout and their effect on |
On the way |
…HTTP3 processing case
dndx
left a comment
There was a problem hiding this comment.
We do not need to mention gRPC specifically, the read time out and body size limit applies to all HTTP versions.
ab06340 to
d7d6b5a
Compare
|
@zhuizhuhaomeng @swananan Hi, Can you help me to review this? |
…oding limitation (#12658) Cherry picked from openresty/lua-nginx-module#2286. It was acknowledged by OpenResty as a mistaken breaking change, and we should revert it. FTI-5766 FTI-5795
…oding limitation (#12658) Cherry picked from openresty/lua-nginx-module#2286. It was acknowledged by OpenResty as a mistaken breaking change, and we should revert it. FTI-5766 FTI-5795 (cherry picked from commit 55358df)
| repeat_each(2); | ||
|
|
||
| plan tests => repeat_each() * (blocks() * 4 + 56); | ||
| plan tests => repeat_each() * (blocks() * 4 + 58 ); |
There was a problem hiding this comment.
An extra space, I will remove it on merging.
The merge-base changed after approval.
|
This pull request is now in conflict :( |
|
I have merged this PR with a small modification. |
…oding limitation (#12658) Cherry picked from openresty/lua-nginx-module#2286. It was acknowledged by OpenResty as a mistaken breaking change, and we should revert it. FTI-5766 FTI-5795 (cherry picked from commit 55358df)
In lua-nginx-module, the changed introduced in PR #2237, which required an adpatation in lua-resty-waf in commi be3428d, was reverted. See openresty/lua-nginx-module#2286
revert #2174 and #2237 due to http2 behavior break change, context: #2211
I hereby granted the copyright of the changes in this pull request
to the authors of this lua-nginx-module project.