Open sqlnew opened 3 years ago
@sqlnew Did you find any solution to this? I'm looking at this now. I've also set the timeouts but it does not appear to have any effect. The proxy still waits for the upstream connection to come back even when it takes longer than the timeouts.
In the proxy server, I set the timeout, such as proxyServer.ConnectionTimeOutSeconds = 30; proxyServer.ConnectTimeOutSeconds = 30;
Is there any connection timeout event in the reverse proxy, so that I can handle other work when the timeout occurs?
If there are no timeout related events, can the author add timeout events in future versions? Thank you.