From 33d7070c48078979c1b9dbea983cd1a37299c16e Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 14 Apr 2013 17:52:28 +0000 Subject: Do not force a 206 status (partial content) when we see a "Content-Range" response header, because some servers are weird Fixes: issue 7 --- src/htslib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/htslib.h') 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 -- cgit v1.2.3