mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-14 14:42:35 -04:00
Automatic merge from submit-queue Attempt to ensure entire resp body is read **What this PR does / why we need it**: Enables the re-use of TCP connections when code fails to read the entire body of the response. **Which issue this PR fixes**: fixes #30975 **Special notes for your reviewer**: This is a best effort approach. It only attempts to drain the body of the response if it's less than 1k. It seems like a reasonable barrier at which to give up and just use a new TCP connection. cc: @wojtek-t @smarterclayton @lavalamp @kubernetes/sig-api-machinery |
||
|---|---|---|
| .. | ||
| cache | ||
| chaosclient | ||
| clientset_generated | ||
| leaderelection | ||
| metrics | ||
| record | ||
| restclient | ||
| testdata | ||
| testing/core | ||
| transport | ||
| typed | ||
| unversioned | ||
| OWNERS | ||