Commit 5e326014 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

SDavila posted a fix that sets conn->bits.use_range properly when doing

resumed downloads
parent 0b0bbffa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2077,6 +2077,7 @@ static CURLcode Connect(struct UrlData *data,
        
        /* tell ourselves to fetch this range */
        conn->range = strdup(resumerange);
        conn->bits.use_range = TRUE;        /* enable range download */
        conn->bits.rangestringalloc = TRUE; /* mark range string allocated */
    }