-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
panic on fasthttphandler #1469
Comments
Is it possible that you are using RequestCtx or any of their members after your handler has returned? |
I see you 👍 the comment above @JayChoi1736 , was that the issue? Can this be closed? |
i've checked, but doesn't work. |
I have seen something similar happen if the request is sent without a Body and the server tries to read from it. But in the example code here it doesnt seem the request is being used. |
Can you show |
i've got these panic error log.
source code
The text was updated successfully, but these errors were encountered: