HTTP client: Fix occasional truncation of compressed responses

log tweaks
This commit is contained in:
zzz
2015-05-29 17:37:58 +00:00
parent 4bf115b5f6
commit 3602f73497
3 changed files with 44 additions and 7 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 = 31;
public final static long BUILD = 32;
/** for example "-test" */
public final static String EXTRA = "-rc";