aio-libs / aio-libs/aiohttp-session
session not saved with web.FileResponse
Open
- Dominant language
- Python
- Stars
- 245
- Forks
- 91
- Avg merge
- 2m
- Merged PRs (30d)
- 4
Description
I'm not sure if there's a reason to exclude it, but it seems that sessions aren't saved when response is an instance of `web.FileResponse`.
It gets excluded here when checking the type of the response: https://github.com/aio-libs/aiohttp-session/blob/015dfb1acc035cf554252689bd00b9c944b8eab1/aiohttp_session/__init__.py#L204-L206
Contributor guide
Assessment
This issue has not been assessed yet.