For example: "GET /index.html HTTP/1.1\r\n"
When "H" appears ("GET /index.html H") it means the http version starts parsing.
When the last "1" appears ("GET /index.html HTTP/1.1"), it means the http version ends parsing.
How to judge that the HTTP version has been parsed with llhttp?