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 c32e24a commit 06a1b22Copy full SHA for 06a1b22
src/main/java/org/java_websocket/drafts/Draft_6455.java
@@ -514,7 +514,7 @@ private Framedata translateSingleFrame( ByteBuffer buffer ) throws IncompleteExc
514
* Translate the buffer depending when it has an extended payload length (126 or 127)
515
* @param buffer the buffer to read from
516
* @param optcode the decoded optcode
517
- * @param oldPayloadlength the current payload length
+ * @param oldPayloadlength the old payload length
518
* @param maxpacketsize the max packet size allowed
519
* @param realpacketsize the real packet size
520
* @return the new payload length
0 commit comments