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

Defer creation of SimpleCookie objects in the web server until needed #9895

Merged
merged 8 commits into from
Nov 19, 2024

Commits on Nov 17, 2024

  1. Defer creation of SimpleCookie objects in the web server until needed

    related issue #2779
    
    We create these objects even if there are no cookies
    bdraco committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    1b63b8c View commit details
    Browse the repository at this point in the history
  2. lint

    bdraco committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7076bc1 View commit details
    Browse the repository at this point in the history
  3. coverage

    bdraco committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    f4035da View commit details
    Browse the repository at this point in the history
  4. coverage

    bdraco committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    c91a0bf View commit details
    Browse the repository at this point in the history
  5. changelog

    bdraco committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    832ec3e View commit details
    Browse the repository at this point in the history
  6. more coverage

    bdraco committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    323cf4e View commit details
    Browse the repository at this point in the history
  7. drop unrelated changes

    bdraco committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    d8f7f99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ae15f7 View commit details
    Browse the repository at this point in the history