summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-02-23 16:05:20 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-02-23 16:05:20 +0000
commitf358fabf0c2101269cffc31f92cea500c0e21fb4 (patch)
tree39ef46c0d843e923431a45d368b91acbad563801 /src
parent0e16f522c861fae359e9239b68c822dad146389d (diff)
308 will be a redirect, too.
Diffstat (limited to 'src')
-rw-r--r--src/htslib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htslib.h b/src/htslib.h
index 03ac7b1..553a49d 100644
--- a/src/htslib.h
+++ b/src/htslib.h
@@ -571,6 +571,7 @@ HTSEXT_API void hts_log_print(httrackp * opt, int type, const char *format,
|| (code) == 302 \
|| (code) == 303 \
|| (code) == 307 \
+ || (code) == 308 \
)
#define HTTP_IS_NOTMODIFIED(code) ( \
(code) == 304 \