forgot 1 more change

This commit is contained in:
vibul 2012-05-12 21:22:33 +10:00
parent abd10d9089
commit b09962f4c2

View File

@ -35,7 +35,7 @@ public abstract class WebSocketClientHandshaker {
private final String expectedSubprotocol;
private String actualSubprotocol;
private String actualSubprotocol = null;
protected final Map<String, String> customHeaders;