-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug where session cookie was not always written at the right time. (
#1160) * Fix bug where session cookie was only written on POST, PUT and DELETE. * Write session cookie and cookies in separate methods. * Remove FlashHandler, add write_flash method to TextResponse. * Fix in error message for Session#destroy. * Consistent indentation for multi-line arguments in Renderable.
- Loading branch information
Showing
8 changed files
with
229 additions
and
225 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.