What Happened
- This change fixes a production-impacting retry failure in mirrord by disabling HTTP/2 connection pooling in `ClientStore`; reusing pooled `SendRequest` objects after an idle GOAWAY left a closed sender in the pool, so subsequent retries repeatedly failed with `channel closed`, and forcing a new connection per request removes that failure loop.
- This change fixes a production-impacting retry failure in mirrord by disabling HTTP/2 connection pooling in `ClientStore`; reusing pooled `SendRequest` objects after an idle GOAWAY left a closed sender in the pool, so subsequent retries repeatedly failed with `channel closed`, and forcing a new connection per request removes that failure loop.
- 1 evidence item attached for review.