titanium-web-proxy icon indicating copy to clipboard operation
titanium-web-proxy copied to clipboard

Is there a connection timeout event??

Open sqlnew opened this issue 4 years ago • 1 comments

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.

sqlnew avatar Mar 25 '21 02:03 sqlnew

@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.

enkelmedia avatar Jan 05 '23 20:01 enkelmedia