-
Bug
-
Resolution: Done
-
Major
-
1.4.0.Final
-
None
-
None
Undertow balancer do not recognizes empty response as an error.
Can happen when JVM got killed when handling request (System.exit())
@Override public void failed(final HttpServerExchange exchange) { final long time = System.currentTimeMillis(); if (tries++ < maxRetryAttempts) { ...
Undertow make curl hang.
Apache httpd correctly recognizes empty response as error and starts fail over method. If unsuccessful, 50x is returned in response.
- is cloned by
-
JBEAP-6005 [Proxy] No failover on empty response from node
- Closed