make priorWebsocketSuccess private

This commit is contained in:
Naoyuki Kanezawa
2015-01-25 13:50:46 +09:00
parent 2dc81e00d6
commit 2fcbac9bc8

View File

@@ -94,7 +94,7 @@ public class Socket extends Emitter {
*/
public static final int protocol = Parser.protocol;
public static boolean priorWebsocketSuccess = false;
private static boolean priorWebsocketSuccess = false;
private static SSLContext defaultSSLContext;