Skip to content

Commit 43ba870

Browse files
committed
typo
1 parent c7431dc commit 43ba870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/asynchttpclient/netty/handler/WebSocketHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public void handleRead(Channel channel, NettyResponseFuture<?> future, Object e)
126126
if (webSocket.isReady()) {
127127
webSocket.handleFrame(frame);
128128
} else {
129-
// WebSocket hasn't been open yet, but upgrading the pipeline triggered a read and a frame was sent along the HTTP upgrade response
129+
// WebSocket hasn't been opened yet, but upgrading the pipeline triggered a read and a frame was sent along the HTTP upgrade response
130130
// as we want to keep sequential order (but can't notify user of open before upgrading so he doesn't to try send immediately), we have to buffer
131131
webSocket.bufferFrame(frame);
132132
}

0 commit comments

Comments
 (0)