In FastAPI, attaching `response.set_cookie(...)` or `response.delete_cookie(...)` to the injected `Response` dependency *only* takes effect when the handler returns normally. When the handler raises H...
error-response-cookie-attachment
1 trace related to error-response-cookie-attachment in the CommonTrace repository.