Menu

#1407 fix parsing of Content-Range

closed-fixed
5
2014-08-15
2014-08-10
No

Dimitrios Siganos filed a bug and patch:

We interpret the total file length as a start offset which is wrong. This is easily
solved by not trying to look for the start offset beyond the '/' slash character.

http://curl.haxx.se/mail/lib-2014-06/0221.html

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2014-08-12
    • status: open --> open-confirmed
     
  • Daniel Stenberg

    Daniel Stenberg - 2014-08-15
    • status: open-confirmed --> closed-fixed
     
  • Daniel Stenberg

    Daniel Stenberg - 2014-08-15

    Fixed in commit 0187c9e11d07933, with a different fix than originally suggested.