1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/http2
Andy Green 91a821c793 esp32: align with esp-idf changes
LWIP_SOCKET_OFFSET is now nonzero, which I handled a while back.

But the C api support for it is broken in esp-idf.

select() takes unmodified fds, but FD_SET / FD_ISSET etc must have the
offset subtracted on their args.

With this we are working on current HEAD esp-idf.
2017-12-01 11:37:36 +08:00
..
hpack.c esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00
http2.c esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00
huftable.h refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
minihuf.c refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
ssl-http2.c refactor-eliminate-lws-union 2017-12-01 11:37:35 +08:00