* HTTP client proxy: Don't flush after headers for a POST,

so the POST data is included in the SYN packet,
   to improve speed and reliability of small POSTs
This commit is contained in:
zzz
2014-02-11 13:44:37 +00:00
parent d8fef53aef
commit 8ed34e3edf
3 changed files with 15 additions and 3 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 = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";