Skip to content
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

fix: app hangs on starlette when sufficiently many cookies are set #751

Merged
merged 2 commits into from
Aug 26, 2024

Commits on Aug 26, 2024

  1. fix: app hangs on starlette when sufficiently many cookies are set

    In version 13.0 of `websockets`, the environmental variables to configure websockets were renamed (see [here](https://websockets.readthedocs.io/en/stable/project/changelog.html#id2)), which caused apps to hang when running on starlette with more than 8kb of cookies set.
    iisakkirotko committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    165841b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66226fa View commit details
    Browse the repository at this point in the history