401a402,411
>
> static uint8_t zero_array[64] = {};
>
> if (data == NULL) {
> assert(size <= 64);
> assert(flags & Request::CACHE_BLOCK_ZERO);
> // This must be a cache block cleaning request
> data = zero_array;
> }
>