Skip to content

Commit

Permalink
Missed deleting a brace
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed May 6, 2011
1 parent 91994b8 commit 1846fd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/com/strumsoft/websocket/phonegap/WebSocket.java
Expand Up @@ -480,8 +480,6 @@ private void _writeHandshake() throws IOException {

request += "\r\n";
_write(request.getBytes(UTF8_CHARSET));
}

}

private boolean _write() throws IOException {
Expand Down

0 comments on commit 1846fd6

Please sign in to comment.