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

treq.testing.StubTreq: fix persisting twisted.web.server.Session objects between requests #328

Merged
merged 5 commits into from May 13, 2021

Commits on Apr 13, 2021

  1. treq.testing.StubTreq: fix session persistence between requests

    Before this commit, twisted.web.server.Session objects were not persisted properly between requests.
    Thus, two requests with the same cookies would result in two different sessions.
    See twisted#327 for details.
    bennr01 committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    30a10bb View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. remove .cleanSessions() again

    bennr01 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    f8b6e25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00f1b82 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    c317256 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    bbf412c View commit details
    Browse the repository at this point in the history