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

A data race may cause panics #940

Closed
clarinette9 opened this issue Jan 11, 2022 · 1 comment
Closed

A data race may cause panics #940

clarinette9 opened this issue Jan 11, 2022 · 1 comment

Comments

@clarinette9
Copy link
Collaborator

Describe the bug
A data race caused by reads a request body and writes a response at the same time. This may cause repeated panics.

To Reproduce

Expected behavior
No panic

Screenshots

Additional context

@clarinette9
Copy link
Collaborator Author

Fixed in PR #921

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

No branches or pull requests

1 participant