-
Notifications
You must be signed in to change notification settings - Fork 848
Fix ATS does not honor proxy.config.body_factory.response_max_size #4824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ATS does not honor proxy.config.body_factory.response_max_size #4824
Conversation
ac96581 to
4e1523a
Compare
|
I applied clang-format and squashed commits. |
|
[approve ci autest] |
masaori335
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable.
|
It looks like we need to backport this to 8.0.x, because #1299 is shipped on 8.0.0. |
|
@SolidWallOfCode I'm afraid not. #1299 (d6c2a8) was marged after #1391 (d0e539). |
|
Ah, I looked at the author dates. Interesting there was no merge conflict detected. |
proxy.config.body_factory.response_max_sizewas added by #1391 .But it was broken by #1299 .