Closed
Bug 753671
Opened 13 years ago
Closed 12 years ago
sync: include crash id in converted 503 responses
Categories
(Cloud Services :: Operations: Miscellaneous, task)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Atoll, Assigned: Atoll)
Details
(Whiteboard: [qa+])
When zeus converts a 503 error, it discards the crash id (if present). Improve the trafficscript to pass the crash id to the client in the 503 error body.
Updated•13 years ago
|
Whiteboard: [qa+]
The current rule does NOT alter 503 responses. Specifically:
if ($code == 499 || $code == 500 || $code == 502 || $code == 504) { ... }
So we return whatever 503 we get from the backend unmodified.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Summary: include crash id in converted 503 responses → sync: include crash id in converted 503 responses
You need to log in
before you can comment on or make changes to this bug.
Description
•