apiserver/pkg/endpoints/handlers/responsewriters
Clayton Coleman 72566fea6c Replace HTTP compression with an inline handler
The previous HTTP compression implementation functioned as a filter, which
required it to deal with a number of special cases that complicated the
implementation.

Instead, when we write an API object to a response, handle only that one
case. This will allow a more limited implementation that does not impact
other code flows.

Also, to prevent excessive CPU use on small objects, compression is
disabled on responses smaller than 128Kb in size.

Kubernetes-commit: 4ed2b9875d0498b5c577095075bda341e96fcec2
2019-05-04 17:36:36 -04:00
..
doc.go Mechanical fixup imports: pkg/genericapiserver 2017-02-13 07:36:41 -05:00
errors.go Make the request attributes clearer in forbidden messages 2018-08-09 15:51:52 -04:00
errors_test.go Use CodecFactory.WithoutConversion() everywhere 2019-04-03 13:24:37 -04:00
status.go Fix file permissions for non executable files 2019-06-14 21:04:39 +02:00
status_test.go Strengthen ErrorToAPIStatus against bad input 2019-01-04 11:22:46 -05:00
writers.go Replace HTTP compression with an inline handler 2019-05-04 17:36:36 -04:00
writers_test.go Replace HTTP compression with an inline handler 2019-05-04 17:36:36 -04:00