Lines Matching refs:http_major
539 ((req.http_major == 3 || req.http_major == 2)
561 if (req.http_major == 3 || req.http_major == 2) {
689 auto end = http::create_via_header_value(viabuf.data(), req.http_major,
943 resp.http_major = htp->http_major;
946 if (resp.http_major > 1 || req.http_minor > 1) {
947 resp.http_major = 1;
1028 } else if (http2::legacy_http1(req.http_major, req.http_minor)) {