handle 308 redirection the same as 301 and 302

This commit is contained in:
Eric L Frederich
2014-06-10 16:30:17 -04:00
parent 743ce8119b
commit 07d9b730b7
+1
View File
@@ -39,6 +39,7 @@ REDIRECT_STATI = (
codes.found, # 302
codes.other, # 303
codes.temporary_moved, # 307
codes.resume, # 308
)
DEFAULT_REDIRECT_LIMIT = 30
CONTENT_CHUNK_SIZE = 10 * 1024