Skip to content

Commit 3da9c2c

Browse files
committed
Review points
1 parent 1760ed4 commit 3da9c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unittest.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3204,8 +3204,8 @@ TEST_CASE("mirror_websocket_subprotocols")
32043204
{
32053205
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";
32063206

3207-
static websocket::connection* connection = nullptr;
3208-
static bool connected{false};
3207+
websocket::connection* connection = nullptr;
3208+
bool connected{false};
32093209

32103210
SimpleApp app;
32113211

0 commit comments

Comments
 (0)