Files
kubernetes/pkg/client/restclient
Clayton Coleman ea2ab71f4b Logging request / response body should not allocate
Putting string(data) in the critical path causes an allocation which can
be very large, and happens regardless of whether logging is enabled.

Also, use the more sophisticated logging of body output that avoids
causing quoting of JSON output (current behavior is "{\"key\":...}" and
should be {"key":...} for readability).
2016-12-10 19:27:17 -05:00
..
2016-11-23 22:30:47 -06:00
2016-12-03 19:10:46 -05:00
2016-11-23 22:30:47 -06:00
2016-12-03 19:10:46 -05:00
2016-12-03 19:10:46 -05:00