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
wrap HTTP error responses from remote CAR fetcher with ErrorStatusCode
to ensure proper error classification in gateway handlers
- 404 responses are now recognized by isErrNotFound()
- 410 responses are now recognized by isErrContentBlocked()
- limit error message reading to 512 bytes to prevent memory exhaustion
- properly close/drain response body to avoid connection leaks
- fixes directory listing failures with remote-car-backend
0 commit comments