i2ptunnel, eepget: Capitalize Cache-Control

Change POST throttle response to 429
This commit is contained in:
zzz
2018-02-14 12:54:16 +00:00
parent c48796c0f4
commit 167839b267
27 changed files with 51 additions and 50 deletions

View File

@@ -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;