Skip to content

Commit

Permalink
Test IPv4 fallback in WebSocksetServer test
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Sep 12, 2023
1 parent e842ee2 commit 0feb74c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/websocketserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ void test_websocketserver() {
serverConfig.enableTls = true;
// serverConfig.certificatePemFile = ...
// serverConfig.keyPemFile = ...
serverConfig.bindAddress = "127.0.0.1"; // to test IPv4 fallback
WebSocketServer server(std::move(serverConfig));

shared_ptr<WebSocket> client;
Expand Down

0 comments on commit 0feb74c

Please sign in to comment.