-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add HTTP option to control the size of streaming responses #10183
Conversation
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 fine to me, just a small question
@@ -179,4 +179,6 @@ | |||
- <TAG_PREFIX:.*> | |||
- <TAG_SUFFIX$> | |||
- template: instances/http | |||
overrides: | |||
request_size.value.example: 10 |
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.
Why is this overridden to 10 instead of 16?
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.
To keep current behavior #10183 (review)
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.
🎉
* Add HTTP option to control the size of streaming responses * wrap `requests.Response` objects * sync config * fix * update example config b1d2b0f
Motivation
Customer request, connections may be interrupted during the processing of large payloads