summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 \