Skip to content

Commit 17b809f

Browse files
committed
Update websocket.cpp
1 parent c637586 commit 17b809f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

websocket/src/websocket.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,9 +780,7 @@ Result PushMessage(WebsocketConnection* conn, MessageType type, int length, cons
780780
assert((STATE_CONNECTED == conn->m_State) || (STATE_DISCONNECTING == conn->m_State));
781781

782782
if (conn->m_Messages.Full())
783-
{
784783
conn->m_Messages.OffsetCapacity(4);
785-
}
786784

787785
Message msg;
788786
msg.m_Type = (uint32_t)type;

0 commit comments

Comments
 (0)