1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/include
Andy Green 546c151555 ss: add set_metadata that takes a heap copy and make ss-h1 use it
Until now we set metadata value pointers into the onward wsi ah data
area... that's OK until we get a situation the wsi has gone away before we
have a chance to deliver the metadata over the proxy link.

Add a variant lws_ss_alloc_set_metadata() that allocates space on the heap
and takes a copy of the input metadata.  Change ss-h1 to alloc copies of
its metadata so we no longer race the wsi ah lifetime.
2021-03-14 15:05:18 +00:00
..
libwebsockets ss: add set_metadata that takes a heap copy and make ss-h1 use it 2021-03-14 15:05:18 +00:00
libwebsockets.h lws_metrics 2021-03-08 21:47:28 +00:00
libwebsockets.hxx wip: ss c++ classes 2020-12-02 10:15:50 +00:00