1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail
Andy Green 4804624905 ss: force check all set_metadata returns
lws_ss_set_metadata can fail... eg, due to transient OOM situation... if it does,
caller must take appropriate action like disconnect and retry.

So mark the api as requiring the result checking, and make sure all the
examples do it.
2021-03-14 08:58:26 +00:00
..
CMakeLists.txt client: DNS failure should retry while waiting for connect timeout 2021-03-11 06:58:59 +00:00
minimal-secure-streams-testsfail.c ss: force check all set_metadata returns 2021-03-14 08:58:26 +00:00
README.md ss: minimal example: testsfail 2020-12-24 16:14:36 +00:00

lws minimal secure streams

The application runs some bulk and failure path tests on Secure Streams

build

 $ cmake . && make

usage

Commandline option Meaning
-d Debug verbosity in decimal, eg, -d15
--amount Set the amount of bulk data expected, eg, --amount 23456