Curl: What Url could cause "CURLE_URL_MALFORMAT"? -


for testing purpose, need feed curl wrong url trigger "curle_url_malformat" error. no matter how try, couldn't make happen. error cannot resolve host, or unsupported protocol etc. tip.

searching curl sources leads to... multiple tests supposed trigger same error. example,

pop3://host:port/%0d%0a/1322 

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -