Macro conditional_http2

Source
macro_rules! conditional_http2 {
    ($skip_http2:expr, $http2:expr) => { ... };
}