Lines Matching refs:http_minor
360 req.http_minor = htp->http_minor;
372 << "HTTP/" << req.http_major << "." << req.http_minor << "\n";
398 if (req.http_major > 1 || req.http_minor > 1) {
400 req.http_minor = 1;
404 if (req.http_major == 1 && req.http_minor == 1 && !host) {
428 http2::legacy_http1(req.http_major, req.http_minor)) {
996 (req.http_major == 1 && req.http_minor == 0)) {
1172 buf->append('0' + req.http_minor);
1209 (!http2::legacy_http1(req.http_major, req.http_minor)
1227 if (req.http_major <= 0 || req.http_minor <= 0) {
1321 resp.http_minor);