mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
Console: Change all 302s to 303 or 307
Eepget: Handle 308
This commit is contained in:
@@ -955,6 +955,7 @@ public class EepGet {
|
||||
case 302:
|
||||
case 303:
|
||||
case 307:
|
||||
case 308:
|
||||
_alreadyTransferred = 0;
|
||||
rcOk = true;
|
||||
redirect = true;
|
||||
|
||||
Reference in New Issue
Block a user