Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Nov 2004 23:11:04 +0000 (23:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Nov 2004 23:11:04 +0000 (23:11 +0000)
commit59c063dfd38972e06a7f3a0b8f94860a67acdc96
tree098346146ef5e14fe7cef289c6cdedae03ed2011
parent8c16696f4714bf65e86b6b51f247e9418338f39d
Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.
CHANGES
lib/easy.c
lib/http.c
lib/url.c
src/main.c
tests/data/Makefile.am
tests/data/test515 [new file with mode: 0644]
tests/data/test516 [new file with mode: 0644]
tests/libtest/Makefile.am
tests/libtest/lib515.c [new file with mode: 0644]
tests/libtest/lib516.c [new file with mode: 0644]