We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To reproduce:
wget
Don't see a reason to panic, why just don't call the DoHandler if the proxy failed to get a response?
The text was updated successfully, but these errors were encountered:
fixes elazarl#345: panic when resp == nil
3293ba8
Issue: #345 - fixes resp == nil:
2719e7a
* fixes the panic if the response is from a handler is nil * adds test case for handler response is nil
473e67f
Issue: elazarl#345 - fixes resp == nil:
6579977
Fixes elazarl#345:
9bf55e7
No branches or pull requests
To reproduce:
wget
to send it a request to a website that is down.Don't see a reason to panic, why just don't call the DoHandler if the proxy failed to get a response?
The text was updated successfully, but these errors were encountered: