Skip to content

Commit

Permalink
Fixes #1563
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Apr 23, 2014
1 parent eaf33ec commit 00623c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public WebSocket write(AtmosphereResponse r, byte[] b, int offset, int length) t
}

if (b != null) {
write(b, 0, length);
write(b, 0, b.length);
}
} else {
String data = null;
Expand Down

0 comments on commit 00623c6

Please sign in to comment.