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
fix: defer CAR response headers until after GetCAR succeeds
move header setting after GetCAR call to ensure proper HTTP status codes
(404/410) are returned when paths don't exist, instead of sending 200
with X-Stream-Error header
this allows gateway-conformance tests to properly handle non-existing
paths in CAR responses
0 commit comments