]> granicus.if.org Git - curl/commit
url/idnconvert: remove scan for <= 32 ascii values
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Feb 2019 10:54:00 +0000 (11:54 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 9 Feb 2019 22:39:58 +0000 (23:39 +0100)
commit9cb126792ce225e7c7d6ab5d1bf74f58f1844a29
tree4de8e8588f71fc6338bcff648bda609c8593f1e4
parentf260b9e9323015fd5790fc7a4c97214ceeac641b
url/idnconvert: remove scan for <= 32 ascii values

The check was added back in fa939220df before the URL parser would catch
these problems and therefore these will never trigger now.

Closes #3539
lib/url.c