libwebsockets icon indicating copy to clipboard operation
libwebsockets copied to clipboard

Add preprocessor conditional to disable HTTP secure streams data transfer tests

Open smittals2 opened this issue 5 months ago • 0 comments

This PR adds LWS_WITH_SS_TESTS_HTTP_ONLY as a cmake option to disable http secure streams data transfer tests. All tests are turned on by default and can be turned off by setting -DLWS_WITH_SS_TESTS_HTTP_ONLY=0 during compilation.

This PR also changes some processing around the test case array to accommodate this conditional.

From #3424

smittals2 avatar Jul 26 '25 01:07 smittals2