]> granicus.if.org Git - curl/commitdiff
TODO: "Try to URL encode given URL"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jan 2016 23:03:05 +0000 (00:03 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jan 2016 23:03:05 +0000 (00:03 +0100)
Closes #514

docs/TODO

index d67595bd3bc0c5c2492d90d1eabb2033b2cc5539..f06e71355cad7f38039642aa139d3f1a7b8f91ce 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -31,6 +31,7 @@
  1.13 Add CURLOPT_MAIL_CLIENT option
  1.14 Typesafe curl_easy_setopt()
  1.15 TCP Fast Open
+ 1.16 Try to URL encode given URL
 
  2. libcurl - multi interface
  2.1 More non-blocking
  RFC 7413 defines how to include data already in the TCP SYN handshake to
  reduce latency.
 
+1.16 Try to URL encode given URL
+
+ Given a URL that for example contains spaces, libcurl could have an option
+ that would try somewhat harder than it does now and convert spaces to %20 and
+ perhaps URL encoded byte values over 128 etc (basically do what the redirect
+ following code already does).
+
+ https://github.com/bagder/curl/issues/514
 
 2. libcurl - multi interface