diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-01 07:49:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-01 07:49:22 +0000 |
commit | d8c61d459e528ead954482ac797861bce95dd895 (patch) | |
tree | 762fcf6ba6a447be39f1af998531098883e0776c /CHANGES | |
parent | 7ae5ebbeb22cae2c8a04bea0c10ec0424fa6b788 (diff) |
Toon Verwaest reported that there are servers that send the Content-Range:
header in a third, not suppported by libcurl, format and we agreed that we
could make the parser more forgiving to accept all the three found
variations.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel (1 December 2006) +- Toon Verwaest reported that there are servers that send the Content-Range: + header in a third, not suppported by libcurl, format and we agreed that we + could make the parser more forgiving to accept all the three found + variations. + Daniel (25 November 2006) - Venkat Akella found out that libcurl did not like HTTP responses that simply responded with a single status line and no headers nor body. Starting now, a |