Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] ProxyServlet connection failure handling

hi,

I'm using ProxyServlet.Transparent to create a reverse proxy, and I notice that if the initial connection gets a 'Connection refused' back that the ProxyServlet doesn't respond back to the client...it just waits until the timeout.

Is this intended behaviour? Naively, I thought it ought to respond immediately with a 502 or something.


Back to the top