From 2da7c5f8d91aafa6d85187a3bba455fb9424f0a9 Mon Sep 17 00:00:00 2001 From: Rich Logan Date: Thu, 18 Apr 2024 11:06:23 +0100 Subject: [PATCH] Disable chunking on reallyTest --- cmd/really/reallyTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/really/reallyTest.cpp b/cmd/really/reallyTest.cpp index d37a2be3..c199fa28 100644 --- a/cmd/really/reallyTest.cpp +++ b/cmd/really/reallyTest.cpp @@ -228,7 +228,7 @@ main(int argc, char* argv[]) .tls_key_filename = nullptr, }; - quicr::Client client(relay, "a@cisco.com", tcfg, logger); + quicr::Client client(relay, "a@cisco.com", 0, tcfg, logger); auto pd = std::make_shared(logger); if (!client.connect()) {