You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the 'escalate' plugin.
When the origin responses like 2xx or 5xx, it works well with redirecting to second-origin.
However, when there's no response from origin due to its unavailability, the 'escalate' plugin doesn't work as expected.
I believe TS_HTTP_READ_RESPONSE_HDR_HOOK is not called if there's no response from Origin.
Is there any way to make a redirection to second-origin when there's no response from Origin?
The text was updated successfully, but these errors were encountered:
Update the escalate plugin to handle dispatching to the failover server
if the original server is down.
This also adds a new autest for the escalate plugin.
Fixes: apache#11836
bneradt
added a commit
to bneradt/trafficserver
that referenced
this issue
Nov 6, 2024
Update the escalate plugin to handle dispatching to the failover server
if the original server is down.
This also adds a new autest for the escalate plugin.
Fixes: apache#11836
I'm using the 'escalate' plugin.
When the origin responses like 2xx or 5xx, it works well with redirecting to second-origin.
However, when there's no response from origin due to its unavailability, the 'escalate' plugin doesn't work as expected.
I believe TS_HTTP_READ_RESPONSE_HDR_HOOK is not called if there's no response from Origin.
Is there any way to make a redirection to second-origin when there's no response from Origin?
The text was updated successfully, but these errors were encountered: