diff options
author | warp kawada <warp.kawada@gmail.com> | 2011-09-08 15:39:39 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2011-09-13 16:17:21 -0700 |
commit | aff70e2e9534eecb9e756d2104efa52e5d8b0462 (patch) | |
tree | 86069726bec4662e6788a5e76814eacf6c0a55f1 /RELEASE-NOTES | |
parent | 6790a543d4b692e0f62971804606fdcbcf84a292 (diff) | |
download | curl-aff70e2e9534eecb9e756d2104efa52e5d8b0462.tar.gz |
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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 859df65bf..ea9cd3785 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -9,7 +9,7 @@ Curl and libcurl 7.22.1 This release includes the following changes: - o + o Empty headers can be sent in HTTP requests by terminating with a semicolon This release includes the following bugfixes: @@ -22,6 +22,6 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - + Yukihiro Kawada Thanks! (and sorry if I forgot to mention someone) |