-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
6.3 set_cookie() got an unexpected keyword argument 'HttpOnly' #3252
Comments
eljeffeg
changed the title
set_cookie() got an unexpected keyword argument 'HttpOnly'
6.3 set_cookie() got an unexpected keyword argument 'HttpOnly'
Apr 18, 2023
Oops, looks like the http.cookies module has some case-insensitive magic that I missed. I'll get this fixed, but in the meantime you can work around it by changing to lowercase |
bdarnell
added a commit
to bdarnell/tornado
that referenced
this issue
Apr 21, 2023
This was an unintended feature that got broken in tornadoweb#3224. Bring it back for now but deprecate it for future cleanup. Fixes tornadoweb#3252
bdarnell
added a commit
to bdarnell/tornado
that referenced
this issue
Apr 21, 2023
This was an unintended feature that got broken in tornadoweb#3224. Bring it back for now but deprecate it for future cleanup. Fixes tornadoweb#3252
bdarnell
added a commit
to bdarnell/tornado
that referenced
this issue
Apr 21, 2023
This was an unintended feature that got broken in tornadoweb#3224. Bring it back for now but deprecate it for future cleanup. Fixes tornadoweb#3252
bdarnell
added a commit
to bdarnell/tornado
that referenced
this issue
Apr 21, 2023
This was an unintended feature that got broken in tornadoweb#3224. Bring it back for now but deprecate it for future cleanup. Fixes tornadoweb#3252
bdarnell
added a commit
to bdarnell/tornado
that referenced
this issue
Apr 21, 2023
This was an unintended feature that got broken in tornadoweb#3224. Bring it back for now but deprecate it for future cleanup. Fixes tornadoweb#3252
This is fixed in Tornado 6.3.1, which was just released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting this issue changing from Tornado 6.2 -> 6.3
The text was updated successfully, but these errors were encountered: