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 3c12fd72e8 unify us sorted waits
There are quite a few linked-lists of things that want events after
some period.  This introduces a type binding an lws_dll2 for the
list and a lws_usec_t for the duration.

The wsi timeouts, the hrtimer and the sequencer timeouts are converted
to use these, also in the common event wait calculation.
2019-08-08 22:39:47 +01:00
..
client unify us sorted waits 2019-08-08 22:39:47 +01:00
compression COVA10299: check lws_change_pollfd 2019-07-13 13:39:50 -07:00
server http: server: support HEAD via mount 2019-08-01 12:56:29 +01:00
header.c solve complilation errors on vs2008 2019-08-01 18:05:38 +01: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: make lws_http_get_uri_and_method public 2019-07-14 12:08:51 -07:00