-
Notifications
You must be signed in to change notification settings - Fork 849
[TS-4369]Add VIA_ERROR_MOVED_TEMPORARILY #586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Please update |
|
Thanks @JamesPeach for reminding me. |
| request to ``origin.example.com``. If the response code from that server is a 401, 404, 410, | ||
| or 502, then Traffic Server would proxy the request to ``second-origin.example.com``, using a | ||
| Host: header of ``cdn.example.com``. | ||
| Host: header of ``cdn.example.com``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please git checkout -- doc/admin-guide/plugins/esclate.en.rst as I don't think you meant to change this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Brian for picking this up.
Already revert that change.
9ee4af5 to
bf25421
Compare
|
Merged. |
(cherry picked from commit af7832d)
Tests for chunked POST over HTTP1.1 and HTTP2 and GET chunked over HTTP1.1
add VIA_ERROR_MOVED_TEMPORARILY to deal with redirect by remapping correctly for instrumentation (logging, metrics)