We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda2cdd commit 989ae6aCopy full SHA for 989ae6a
tests/unittest.cpp
@@ -1899,6 +1899,7 @@ TEST_CASE("websocket")
1899
app.stop();
1900
}
1901
1902
+#ifdef CROW_ENABLE_COMPRESSION
1903
TEST_CASE("zlib_compression")
1904
{
1905
static char buf_deflate[2048];
@@ -2093,6 +2094,7 @@ TEST_CASE("zlib_compression")
2093
2094
app_deflate.stop();
2095
app_gzip.stop();
2096
2097
+#endif
2098
2099
TEST_CASE("catchall")
2100
0 commit comments