diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-02 17:35:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-02 17:35:47 +0000 |
commit | acc4868b78c6fa0c4d2aba6a4155d2a11fb173ee (patch) | |
tree | 8f6c57dfb4ccef301b30cef089387b18a2a213dc /CHANGES | |
parent | 1afb67e31b3e8f952e39e4de4f1abeac3fc84376 (diff) |
Tobias Rundstrom reported a problem they experienced with xmms2 and recent
libcurls, which turned out to be the 25-nov-2006 change which treats HTTP
responses without Content-Length or chunked encoding as without bodies. We
now added the conditional that the above mentioned response is only without
body if the response is HTTP 1.1.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ Changelog Daniel S (2 May 2007) +- Tobias Rundström reported a problem they experienced with xmms2 and recent + libcurls, which turned out to be the 25-nov-2006 change which treats HTTP + responses without Content-Length or chunked encoding as without bodies. We + now added the conditional that the above mentioned response is only without + body if the response is HTTP 1.1. + - Jeff Pohlmeyer improved the hiperfifo.c example to use the CURLMOPT_TIMERFUNCTION callback option. |