Console: Change all 302s to 303 or 307

Eepget: Handle 308
This commit is contained in:
zzz
2018-02-20 16:53:31 +00:00
parent b77524cfc7
commit 86b3b13d6f
9 changed files with 9 additions and 8 deletions

View File

@@ -955,6 +955,7 @@ public class EepGet {
case 302:
case 303:
case 307:
case 308:
_alreadyTransferred = 0;
rcOk = true;
redirect = true;