mirror of
https://github.com/curl/curl.git
synced 2026-08-07 01:58:49 +03:00
tool_getparam: replace (in-place) '%20' by '+' according to RFC1866
Signed-off-by: Victor Vieux <victorvieux@gmail.com> Closes #6895
This commit is contained in:
parent
7bdec2a08b
commit
0d7c55bd57
3 changed files with 33 additions and 11 deletions
|
|
@ -48,7 +48,6 @@ problems may have been fixed or changed somewhat since this was written!
|
|||
4.1 -J and -O with %-encoded file names
|
||||
4.2 -J with -C - fails
|
||||
4.3 --retry and transfer timeouts
|
||||
4.4 Improve --data-urlencode space encoding
|
||||
|
||||
5. Build and portability issues
|
||||
5.1 OS400 port requires deprecated IBM library
|
||||
|
|
@ -411,13 +410,6 @@ problems may have been fixed or changed somewhat since this was written!
|
|||
https://curl.se/mail/lib-2008-01/0080.html and Mandriva bug report
|
||||
https://qa.mandriva.com/show_bug.cgi?id=22565
|
||||
|
||||
4.4 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.1 OS400 port requires deprecated IBM library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue