diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-14 17:52:28 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-14 17:52:28 +0000 |
commit | 33d7070c48078979c1b9dbea983cd1a37299c16e (patch) | |
tree | 57b3b45fe99d4d443ed03c0ed8b8e4daf8e4d889 /src/htslib.h | |
parent | 4ac6c95c49e7cd8e678555383d5390beadd84953 (diff) |
Do not force a 206 status (partial content) when we see a "Content-Range" response header, because some servers are weird
Fixes: issue 7
Diffstat (limited to 'src/htslib.h')
-rw-r--r-- | src/htslib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htslib.h b/src/htslib.h index 5871c8d..d59ee6d 100644 --- a/src/htslib.h +++ b/src/htslib.h @@ -167,6 +167,8 @@ struct htsblk { char etag[64]; // Etag char cdispo[256]; // Content-Disposition coupé LLint crange; // Content-Range + LLint crange_start; // Content-Range + LLint crange_end; // Content-Range int debugid; // debug connection /* */ htsrequest req; // paramètres pour la requête |