]> granicus.if.org Git - curl/commit
parse_proxy: use the URL parser API
authorDaniel Stenberg <daniel@haxx.se>
Sun, 12 May 2019 21:46:41 +0000 (23:46 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 May 2019 10:02:05 +0000 (12:02 +0200)
commitee68bbe29c2f0ce9b1ba93cc43f940adc979f6f8
tree03519564568f656ad4a4caa5a3c30af4d8a2d962
parente832d1ef74f260146cdab59cbac1d6969836663a
parse_proxy: use the URL parser API

As we treat a given proxy as a URL we should use the unified URL parser
to extract the parts out of it.

Closes #3878
lib/url.c
tests/data/test709