From 255a85d10f68a898c671f9387da61e0ba62a61c7 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 28 Dec 2019 10:55:13 -0800 Subject: fixes #986 ws_read_finish_str free invalid pointer Also, this has refactored the websocket stream test to the new acutest.h, and includes a much deeper test of fragmentation and reassembly of websocket streams. --- tests/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index bab00692..c4856aed 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -161,9 +161,8 @@ add_nng_test(tcp6 60) add_nng_test(transport 5) add_nng_test(udp 5) add_nng_test(url 5) -add_nng_test1(ws 30 NNG_TRANSPORT_WS) +add_nng_test(ws 30) add_nng_test1(wss 30 NNG_TRANSPORT_WSS) -add_nng_test1(wsstream 10 NNG_TRANSPORT_WS) add_nng_test1(zt 60 NNG_TRANSPORT_ZEROTIER) add_nng_test(bus 5) -- cgit v1.2.3-70-g09d2