lib1560: verify setting host to "" with and without URL encode
This commit is contained in:
Родитель
c64d0d67fd
Коммит
21c5d5971e
|
@ -785,6 +785,14 @@ static const struct setgetcase setget_parts_list[] = {
|
|||
|
||||
/* !checksrc! disable SPACEBEFORECOMMA 1 */
|
||||
static const struct setcase set_parts_list[] = {
|
||||
{"https://example.com/",
|
||||
"host=\"\",",
|
||||
"https://example.com/",
|
||||
0, CURLU_URLENCODE, CURLUE_OK, CURLUE_BAD_HOSTNAME},
|
||||
{"https://example.com/",
|
||||
"host=\"\",",
|
||||
"https://example.com/",
|
||||
0, 0, CURLUE_OK, CURLUE_BAD_HOSTNAME},
|
||||
{"https://example.com",
|
||||
"path=get,",
|
||||
"https://example.com/get",
|
||||
|
|
Загрузка…
Ссылка в новой задаче