i2ptunnel: Fix HTTP websockets by passing through

Connection headers containing "upgrade" (ticket #2422)
Server-side change only. Client-side in previous commit.
This commit is contained in:
zzz
2019-02-03 17:29:16 +00:00
parent e20a6a9685
commit bd6cf53d53
3 changed files with 11 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 = 5;
public final static long BUILD = 6;
/** for example "-test" */
public final static String EXTRA = "";