Skip to content

Commit

Permalink
Review points
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-guz committed Jan 9, 2025
1 parent 1760ed4 commit 3da9c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3204,8 +3204,8 @@ TEST_CASE("mirror_websocket_subprotocols")
{
static std::string http_message = "GET /ws HTTP/1.1\r\nConnection: keep-alive, Upgrade\r\nupgrade: websocket\r\nSec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==\r\nSec-WebSocket-Protocol: protocol1, protocol2\r\nSec-WebSocket-Version: 13\r\nHost: localhost\r\n\r\n";

static websocket::connection* connection = nullptr;
static bool connected{false};
websocket::connection* connection = nullptr;
bool connected{false};

SimpleApp app;

Expand Down

0 comments on commit 3da9c2c

Please sign in to comment.