]> git.ipfire.org Git - thirdparty/curl.git/commit
urlapi: CURLU_NO_AUTHORITY allows empty authority/host part
authorJens Finkhaeuser <jens@finkhaeuser.de>
Thu, 19 Sep 2019 13:54:53 +0000 (15:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 Sep 2019 13:57:28 +0000 (15:57 +0200)
commit0a4ecbdf1c35de3a0a367db73edbf50fabc0fb0e
tree6683941b25029f617b35d5ca9787391680bdb3c9
parent346188f6e455ab99f1d040e3ba474b80e9694bda
urlapi: CURLU_NO_AUTHORITY allows empty authority/host part

CURLU_NO_AUTHORITY is intended for use with unknown schemes (i.e. not
"file:///") to override cURL's default demand that an authority exists.

Closes #4349
docs/libcurl/curl_url_set.3
docs/libcurl/symbols-in-versions
include/curl/urlapi.h
lib/urlapi.c
tests/libtest/lib1560.c