]> granicus.if.org Git - curl/commit
urlapi: only skip encoding the first '=' with APPENDQUERY set
authorDaniel Stenberg <daniel@haxx.se>
Tue, 6 Nov 2018 22:48:35 +0000 (23:48 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Nov 2018 07:28:48 +0000 (08:28 +0100)
commit9aa8ff2895df60f2857d26fb3262c231511114a9
treebf137a111630902178f6bf116538f98ee2778582
parent9df8dc101ba03807a3257ba0922fe4dd03c81ed3
urlapi: only skip encoding the first '=' with APPENDQUERY set

APPENDQUERY + URLENCODE would skip all equals signs but now it only skip
encoding the first to better allow "name=content" for any content.

Reported-by: Alexey Melnichuk
Fixes #3231
Closes #3231
docs/libcurl/curl_url_set.3
lib/urlapi.c
tests/libtest/lib1560.c