From f358fabf0c2101269cffc31f92cea500c0e21fb4 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 23 Feb 2014 16:05:20 +0000 Subject: 308 will be a redirect, too. --- src/htslib.h | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.3