pub fn parse_response(
    state: ResponseState,
    buf: &[u8],
    is_head: bool,
    sticky_name: &str,
    cluster_id: Option<&str>
) -> (BufferMove, ResponseState)