]> git.ipfire.org Git - thirdparty/curl.git/commit
http: fix the Content-Range: parser
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Aug 2014 14:43:24 +0000 (16:43 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 Aug 2014 08:02:47 +0000 (10:02 +0200)
commit0187c9e11d079335f6863e583704e4350fe6b3e8
tree0306a87f4c33116e1f52fc90e1d6b446810eb565
parent472d1d8e0561e407ce0d5c419978532a71150eca
http: fix the Content-Range: parser

... to handle "*/[total]". Also, removed the strange hack that made
CURLOPT_FAILONERROR on a 416 response after a *RESUME_FROM return
CURLE_OK.

Reported-by: Dimitrios Siganos
Bug: http://curl.haxx.se/mail/lib-2014-06/0221.html
lib/http.c
tests/data/test194