-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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 runtime error: index out of range in context.go:108 #1678
Comments
@Collapsik can you post your test code? I use it reproduce the issue, thanks! |
I get the same / a simmilar issue. It appears to happen after my handler returned Did not happen before, but i cannot pin in down to a specific version, was, about August when i first installed gin-gonic, and just updated all my stuff on monday using Code: https://pastebin.com/kM6UwyB3 Stacktrace:
|
Sorry, I still can't reproduce it. |
I have reproduced it. It happens because during
But
|
After commit b97ccf3 I catch panic that never been before. In my case length of c.handlers equal 1 and c.index equal 1.
The text was updated successfully, but these errors were encountered: