* EepGet:

- Fix URL when not proxied to conform to RFC 2616
   - Add port to Host header to conform to RFC 2616
This commit is contained in:
zzz
2013-01-31 12:54:23 +00:00
parent 573692dbdf
commit a0befe59c3
5 changed files with 74 additions and 33 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 = 8;
public final static long BUILD = 9;
/** for example "-test" */
public final static String EXTRA = "";