Streaming: configurable response when over connection limits (ticket #2145)

Drop when way over limits.
Default to HTTP 429 for HTTP Server tunnels
Increase recently-closed cache size
This commit is contained in:
zzz
2018-02-16 19:49:49 +00:00
parent a1ed4cf3b0
commit cabf1aa3c5
6 changed files with 138 additions and 29 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 5;
public final static long BUILD = 6;
/** for example "-test" */
public final static String EXTRA = "";