kubernetes/pkg/client
Kubernetes Submit Queue a157e28ef6 Merge pull request #31016 from krousey/tcp_reuse
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
2016-08-19 15:45:34 -07:00
..
cache Merge pull request #30839 from lavalamp/fix 2016-08-18 02:43:25 -07:00
chaosclient Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
clientset_generated Autogenerated changes 2016-08-12 15:13:44 +02:00
leaderelection Update acquire to use newer JitterUntil vs. sleep with 0 timer which may 2016-07-29 11:10:00 -05:00
metrics Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
record Merge pull request #29230 from luxas/goimport 2016-08-05 16:22:01 -07:00
restclient Attempt to ensure entire resp body is read 2016-08-19 11:56:02 -07:00
testdata
testing/core Check all places to break the loop when object found 2016-07-23 13:49:04 +08:00
transport Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
typed Add discovery mapper and dynamic typer to kubectl 2016-08-15 22:07:54 -07:00
unversioned Merge pull request #30630 from silasbw/short-n0 2016-08-19 14:34:13 -07:00
OWNERS