You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Session Interface should have access to request.endpoint from open_session. In Versions before 1.1.0, this worked fine.
Actual Behavior
Our SessionInterface subclass looks at request.endpoint to determine if it should open a new session - opening a new is only appropriate on some endpoints. Now this is always None, so it cannot make this distinction anymore.
Expected Behavior
Session Interface should have access to
request.endpoint
fromopen_session
. In Versions before 1.1.0, this worked fine.Actual Behavior
Our SessionInterface subclass looks at
request.endpoint
to determine if it should open a new session - opening a new is only appropriate on some endpoints. Now this is alwaysNone
, so it cannot make this distinction anymore.I believe #3104 (issue #3088) broke this.
Environment
The text was updated successfully, but these errors were encountered: