mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 08:53:40 +02: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.