Fix a typo

This commit is contained in:
Kazuhiro Sera
2014-08-07 22:29:51 +09:00
parent 46196d57dc
commit cc44afcc93

View File

@@ -119,7 +119,7 @@ socket.on(Socket.EVENT_TRANSPORT, new Emitter.listener() {
@SuppressWarnings("unchecked")
Map<String, String> headers = (Map<String, String>)args[0];
// get cookies from server.
String cookie = headers.get("Set-Cookie"));
String cookie = headers.get("Set-Cookie");
}
});
}