Lowercase the host name in functions that set it
authorFabian Keil <fk@fabiankeil.de>
Sat, 3 Oct 2020 18:17:48 +0000 (20:17 +0200)
committerFabian Keil <fk@fabiankeil.de>
Fri, 9 Oct 2020 07:40:39 +0000 (09:40 +0200)
commit5981fdcc7bb9ddc21f7d974fdd4336ab0367dbe9
treeb9fc50ec25e7a9d4d93e9412a10a3c45942be996
parente690b3f3dd296c4ff4740a6361eadb2b8a6ce396
Lowercase the host name in functions that set it

In case of get_destination_from_https_headers() it's important
to get stable hashes for certificates.

In case of get_destination_from_headers() and parse_http_url()
it's mainly cosmetic.
parsers.c
urlmatch.c