mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-02-09 03:11:07 +01:00
Replace http_get_authority by the http_uri_parser API. The new function is renamed http_parse_authority. Replace duplicated scheme parsing code by http_parse_scheme invocation. A new http_uri_parser state is declared to mark the authority parsing as done.