Updates Conan dependencies: Boost 1.86 (#5264)

This commit is contained in:
Bart
2025-07-25 11:54:02 -04:00
committed by GitHub
parent e7a7bb83c1
commit 921aef9934
11 changed files with 21 additions and 73 deletions

View File

@@ -681,7 +681,7 @@ class ServerStatus_test : public beast::unit_test::suite,
resp["Upgrade"] == "websocket");
BEAST_EXPECT(
resp.find("Connection") != resp.end() &&
resp["Connection"] == "upgrade");
resp["Connection"] == "Upgrade");
}
void