Curl_add_custom_headers: support headers with no data
authorwarp kawada <warp.kawada@gmail.com>
Thu, 8 Sep 2011 22:39:39 +0000 (15:39 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 13 Sep 2011 23:17:21 +0000 (16:17 -0700)
commitaff70e2e9534eecb9e756d2104efa52e5d8b0462
tree86069726bec4662e6788a5e76814eacf6c0a55f1
parent6790a543d4b692e0f62971804606fdcbcf84a292
Curl_add_custom_headers: support headers with no data

A custom HTTP header ending in a semicolon instead of a colon
will be treated as a header to be added without any data
portion.
RELEASE-NOTES
docs/curl.1
lib/http.c
tests/data/test4