-
Notifications
You must be signed in to change notification settings - Fork 619
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 invalid response #159
Comments
Could you add the config from the log please and maybe the startup parameters? |
I think I know what the problem is. I'll fix it later and push a patch. Thanks for submitting |
I thought I had fixed that one already. The |
magiconair
added a commit
that referenced
this issue
Sep 11, 2016
The metered roundtripper is not checking whether the response is valid before registering the status code. This leads to a panic on that handler. This patch fixes this behavior.
Merged and released v1.3.2 |
Awesome, thanks for the quick response and fix! 💖 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fabio version: 1.3.1
Consul service definition:
Note that there is nothing listening on that port.
Curl command:
Error:
I hope that's enough information for you to reproduce the issue.
The text was updated successfully, but these errors were encountered: