Home
last modified time | relevance | path

Searched refs:major (Results 1 – 5 of 5) sorted by path

/unit/
H A DCHANGES796 *) Change: now three numbers are always used for versioning: major,
/unit/src/
H A Dnxt_h1proto.c339 u_char major, minor; in nxt_http_conn_test() local
342 major = p[9]; in nxt_http_conn_test()
345 if (major == 3) { in nxt_http_conn_test()
351 major -= 2; in nxt_http_conn_test()
355 nxt_debug(task, "SSL/TLS: %s%ud.%ud", protocol, major, minor); in nxt_http_conn_test()
H A Dnxt_http_parse.c468 && ver.s.major >= '0' && ver.s.major <= '9' in nxt_http_parse_request_line()
H A Dnxt_http_parse.h29 u_char major; member
/unit/test/
H A Dtest_python_application.py607 if v.major != 3: