Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Correctly cleanup state in middleware #997

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

Merged
merged 1 commit into from
Jun 2, 2025
Merged

Correctly cleanup state in middleware #997

merged 1 commit into from
Jun 2, 2025

Conversation

stayallive
Copy link
Collaborator

In Octane, when a 404 occurred the transaction was not properly discarded which made the singleton middleware class be in a state that would allow a followup request to finish the transaction it did not started (the 404) resulting in broken transaction data.

@stayallive stayallive merged commit 1885283 into master Jun 2, 2025
33 checks passed
@stayallive stayallive deleted the octane-fix branch June 2, 2025 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants