We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d23c3 commit 8f1f8e4Copy full SHA for 8f1f8e4
src/main/java/org/java_websocket/drafts/Draft_6455.java
@@ -575,7 +575,7 @@ private Framedata translateSingleFrame(ByteBuffer buffer)
575
frame.setPayload(payload);
576
if (frame.getOpcode() != Opcode.CONTINUOUS) {
577
// Prioritize the negotiated extension
578
- if (frame.isRSV1() ||frame.isRSV2() || frame.isRSV3()) {
+ if (frame.isRSV1() || frame.isRSV2() || frame.isRSV3()) {
579
currentDecodingExtension = getExtension();
580
} else {
581
// No encoded message, so we can use the default one
0 commit comments