1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/roles/http
Andy Green b58fb2dae3 lws_mutex_refcount
This creates a "pthread mutex with a reference count"
using gcc / clang atomic intrinsics + pthreads.

Both pt and context locks are moved to use this,
pt already had reference counting but it's new for
context.
2018-06-27 07:15:39 +08:00
..
client client: off-by-one in redirect max length calc 2018-06-20 16:41:28 +08:00
server lws_mutex_refcount 2018-06-27 07:15:39 +08:00
header.c LWS_ILLEGAL_HTTP_CONTENT_LEN implies connection:close 2018-06-20 16:41:27 +08:00
lextable-strings.h plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
lextable.h refactor role ops 2018-04-11 13:39:42 +08:00
minilex.c refactor role ops 2018-04-11 13:39:42 +08:00
private.h http: defer transaction completed if partial pending 2018-06-20 16:41:27 +08:00