Fix gh-issue #16
authorMichael Wallner <mike@php.net>
Thu, 3 Dec 2015 08:50:07 +0000 (09:50 +0100)
committerMichael Wallner <mike@php.net>
Thu, 3 Dec 2015 09:58:38 +0000 (10:58 +0100)
commit688a70d8590cc4cac2d39f24baf8d99ebd9fec06
tree84b3e3b8f367e444a49116a737caee3632e3942f
parent105843f284e9fa1e5a827019458ba3b946f0967d
Fix gh-issue #16

Switching to CURLOPT_CUSTOMREQUESTS for all methods made us lose the
default setting of curl's "Content-Length: 0" on empty POST/PUT/PATCH
requests.
src/php_http_message.c