From 411d0c7244e5f99ea9aeca6ff226cd01d41e95b9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 10 Jan 2019 15:55:37 +0100 Subject: KNOWN_BUGS: Improve --data-urlencode space encoding Closes #3229 --- docs/KNOWN_BUGS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index dca9967ab..6a7a3bb78 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -41,6 +41,7 @@ problems may have been fixed or changed somewhat since this was written! 4.2 -J with -C - fails 4.3 --retry and transfer timeouts 4.4 --upload-file . hang if delay in STDIN + 4.5 Improve --data-urlencode space encoding 5. Build and portability issues 5.2 curl-config --libs contains private details @@ -344,6 +345,13 @@ problems may have been fixed or changed somewhat since this was written! See https://github.com/curl/curl/issues/2051 +4.5 Improve --data-urlencode space encoding + + ASCII space characters in --data-urlencode are currently encoded as %20 + rather than +, which RFC 1866 says should be used. + + See https://github.com/curl/curl/issues/3229 + 5. Build and portability issues 5.2 curl-config --libs contains private details -- cgit v1.2.3