Files
coredns/plugin/pkg
Miek Gieben 03ea2ae955 Make request.Request smaller (#3351)
* Make request.Request smaller

This makes the request struct smaller and removes the pointer to the do
boolean (tri-bool) as size == 0 will indicate if we have cached it.

Family can be a int8 because it only carries 3 values, Size itself is
just a uint16 under the covers.

This is a more comprehensive fix than #3292

Closes #3292

Signed-off-by: Miek Gieben <miek@miek.nl>

* cache: fix test

this now needs a valid response writter

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-10-04 09:44:58 +01:00
..
2018-08-14 08:55:55 -07:00
2019-10-04 09:44:58 +01:00
2019-08-25 19:01:35 +00:00
2019-08-28 09:41:11 -04:00
2019-08-21 16:08:55 -04:00
2019-02-11 07:23:05 +00:00
2017-09-14 09:36:06 +01:00
2018-09-19 08:16:04 +01:00
2018-12-01 09:07:03 +00:00