* HTTP Proxy: Don't send redirect for POST (thx kytv)

This commit is contained in:
zzz
2011-05-31 15:57:39 +00:00
parent 43ba27126c
commit 4ecacc7607
3 changed files with 6 additions and 2 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 = 12;
public final static long BUILD = 13;
/** for example "-test" */
public final static String EXTRA = "";