-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Added quote_cookie
option to CookieJar
#4881
Added quote_cookie
option to CookieJar
#4881
Conversation
…rapping of cookies containing special characters.
This comment has been minimized.
This comment has been minimized.
#4408 seems to be the reason for tests to fail. |
…ting before variable use.
By @webknjaz Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
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.
LGTM but I'll leave it to @asvetlov to merge.
Linting fails in tests. I'll fix ASAP. |
Lint fails do not seem to be about this code, the same errors happens all PRs to this repo (even the dependabot ones). |
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.
Awesome, thanks!
💔 Backport was not successfulThe PR was attempted backported to the following branches:
|
@asvetlov , backport didn't work. Anything you'd like me to do? |
Ah, looking back I can see you fixed it. Thanks! |
Yes. |
No worries, that's understandable. Have a nice weekend! |
What do these changes do?
Added
quote_cookie
option toCookieJar
, a way to skip quotation wrapping of cookies containing special characters.Are there changes in behavior for the user?
No.
Related issue number
#2571
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.