Lines Matching refs:http_major
359 req.http_major = htp->http_major;
372 << "HTTP/" << req.http_major << "." << req.http_minor << "\n";
398 if (req.http_major > 1 || req.http_minor > 1) {
399 req.http_major = 1;
404 if (req.http_major == 1 && req.http_minor == 1 && !host) {
428 http2::legacy_http1(req.http_major, req.http_minor)) {
995 } else if (req.http_major <= 0 ||
996 (req.http_major == 1 && req.http_minor == 0)) {
1170 buf->append('0' + req.http_major);
1209 (!http2::legacy_http1(req.http_major, req.http_minor)
1227 if (req.http_major <= 0 || req.http_minor <= 0) {
1320 auto end = http::create_via_header_value(viabuf.data(), resp.http_major,