Fix license compliance and fix things up

This commit is contained in:
2026-07-31 18:51:17 -05:00
parent bd0587779e
commit 313e75b14c
149 changed files with 8310 additions and 5093 deletions

View File

@@ -29,7 +29,7 @@ class WebSocketConn : public WebSocketConnection {
int main(int argc, char **argv) {
Tesses::Framework::TF_Init();
HttpDictionary reqHeaders;
HttpDictionary reqHeaders(false);
std::shared_ptr<WebSocketConn> conn = std::make_shared<WebSocketConn>();
WebSocketClient("ws://echo.websocket.org/", reqHeaders, conn);