-
Bug
-
Resolution: Done
-
Major
-
7.0.1.GA, 7.0.2.GA, 7.1.0.DR4
-
None
-
-
-
-
-
-
It is now possible to configure max retries
-
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.
- clones
-
UNDERTOW-833 [Proxy] No failover on empty response from node
- Resolved
- is cloned by
-
WFLY-7267 [Proxy] No failover on empty response from node
- Closed
- is incorporated by
-
JBEAP-7527 Upgrade Undertow from 1.4.3.Final to 1.4.4.Final
- Closed