Skip to content

Commit

Permalink
WT-12461: Initialize array
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias committed Oct 2, 2024
1 parent f28f604 commit ae39464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Wt/WWebSocketConnection.C
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ std::string WebSocketFrameHeader::toString() const
WebSocketConnection::WebSocketConnection(AsioWrapper::asio::io_service& ioService)
: ioService_(ioService),
strand_(ioService),
readBuffer_(),
readBufferPtr_(readBuffer_.begin()),
skipDataSize_(0),
readingState_(ReadingState::ReadingHeader),
Expand Down

0 comments on commit ae39464

Please sign in to comment.