-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Client session new args max_line_size and max_field_size #6744
Conversation
I'll leave this one for @asvetlov to evaluate when he comes back. It looks like he has some kind of plan for this: #2304 (comment) But, #2988 and #3862 appear to be unrelated. They both refer to setting limits in an |
Codecov Report
@@ Coverage Diff @@
## master #6744 +/- ##
==========================================
- Coverage 93.44% 93.43% -0.01%
==========================================
Files 104 104
Lines 30627 30697 +70
Branches 3076 3086 +10
==========================================
+ Hits 28620 28683 +63
- Misses 1838 1844 +6
- Partials 169 170 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Is this feature available to use? |
It looks like this is in the most recent codebase: Line 222 in bc37e44
added using: However, trying to use this leads to the following error:
And it is also missing from the official documentation: |
Ah, didn't notice the duplicate. There are tests in that code, so if you can change one to reproduce the failure and fix the problem, then we can merge it. |
What do these changes do?
Add new arguments
max_line_size
andmax_field_size
to ClientSession.Are there changes in behavior for the user?
No, both arguments are optional and will use the same default values as previously when unset.
Related issue number
#2304
#2988
#3862
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.