-
Notifications
You must be signed in to change notification settings - Fork 570
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
SETHOOK is not doing POST - Client.Timeout exceeded while awaiting headers #208
Comments
Hi karnivas, It seems to be sending from my side. Here's the my console log:
The I'm wondering if the connection to the |
Had some firewall issues. Resolved by testing in another machine. Thanks for your time. Closing the issue. |
No problem. Let me know if anything else pops up. |
Are those errors in hooks closing your redis connections by the way? |
I'm a newbie and exploring tile38.
Did a new build on tile38-1.9.0.tar.gz with dependency go1.8.3.linux-amd64.tar.gz on RHEL 6.4 x86_64
I face an issue after doing a SETHOOK. Let me know what is missed here and suggest to overcome this issue. Any help is much appreciated.
Below one works fine whenever I update the object (eg: fleet), as it is doing a POST to the same server using
Console1
Console2
But, if the same is done as below it doesn't POST and throws the error
Error
> 2017/08/03 11:39:45 [DEBU] queued hook: 98
2017/08/03 11:39:50 [DEBU] Endpoint connect/send error: 98: http://httpbin.org/post: Post http://httpbin.org/post: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
2017/08/03 11:39:55 [DEBU] Endpoint connect/send error: 98: http://httpbin.org/post: Post http://httpbin.org/post: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
However using CURL the endpoint is accessible and able to get 200 OK.
The text was updated successfully, but these errors were encountered: