forked from I2P_Developers/i2p.i2p
i2ptunnel, eepget: Capitalize Cache-Control
Change POST throttle response to 429
This commit is contained in:
@@ -233,7 +233,7 @@ public class I2PSocketEepGet extends EepGet {
|
||||
buf.append("-\r\n");
|
||||
}
|
||||
buf.append("Accept-Encoding: \r\n" +
|
||||
"Cache-control: no-cache\r\n" +
|
||||
"Cache-Control: no-cache\r\n" +
|
||||
"Pragma: no-cache\r\n" +
|
||||
"Connection: close\r\n");
|
||||
boolean uaOverridden = false;
|
||||
|
||||
Reference in New Issue
Block a user