Skip to content

Commit

Permalink
Merge pull request #746 from maiph/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in Draft_6455
  • Loading branch information
marci4 committed Aug 5, 2018
2 parents 7bdd22d + 26e2d57 commit 587a0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/java_websocket/drafts/Draft_6455.java
Expand Up @@ -698,7 +698,7 @@ public void processFrame( WebSocketImpl webSocketImpl, Framedata frame ) throws
throw new InvalidDataException( CloseFrame.NO_UTF8 );
}
}
//Checking if the current continous frame contains a correct payload with the other frames combined
//Checking if the current continuous frame contains a correct payload with the other frames combined
if( curop == Framedata.Opcode.CONTINUOUS && current_continuous_frame != null ) {
byteBufferList.add( frame.getPayloadData() );
}
Expand Down

0 comments on commit 587a0ad

Please sign in to comment.