pub const RESPONSE_BLOCK_SIZE: usize = 256;
We make sure that responses from handle are padded to a multiple of this size.
handle