1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core-net
Andy Green b40e19edca h2: end stream with end headers
This shouldn't be necessary; just END_HEADERS flag should be enough.
But nghttp2 will not talk to us unless we end the stream from our side.

Unfortunately ending the stream at the time we sent the headers means
we cannot support the long poll half-close scheme.  So add a quirk
flag to optionally support this behaviour of nghttp2 when the client
is creating the connection.
2019-10-12 12:41:14 +01:00
..
adopt.c LWS_WITH_UDP 2019-10-12 12:41:14 +01:00
client.c client: make external http proxying optional 2019-08-26 09:58:57 +01:00
close.c LWS_WITH_UDP 2019-10-12 12:41:14 +01:00
connect.c h2: end stream with end headers 2019-10-12 12:41:14 +01:00
detailed-latency.c detailed latency stats 2019-09-22 03:06:59 -07:00
dummy-callback.c fixes: various small fixes 2019-09-22 03:08:36 -07:00
lws-dsh.c Coverity fixes 2019-08-19 10:12:20 +01:00
network.c lws_retry: udp support 2019-10-10 16:34:37 +01:00
output.c LWS_WITH_UDP 2019-10-12 12:41:14 +01:00
pollfd.c detailed latency stats 2019-09-22 03:06:59 -07:00
private-lib-core-net.h h2: end stream with end headers 2019-10-12 12:41:14 +01:00
sequencer.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
server.c fixes: various small fixes 2019-09-22 03:08:36 -07:00
service.c lws_state and system state 2019-09-22 09:35:07 -07:00
sorted-usec-list.c sul_compare: prevent integer overflow bug 2019-09-06 15:30:51 +01:00
state.c lws_state and system state 2019-09-22 09:35:07 -07:00
stats.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
vhost.c muxable client: make http support generic 2019-10-10 16:34:37 +01:00
wsi-timeout.c lws_validity: unified connection validity tracking 2019-09-22 09:35:07 -07:00
wsi.c LWS_WITH_UDP 2019-10-12 12:41:14 +01:00