1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/roles/h2
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
..
hpack.c semmle: fix warnings 2019-09-22 09:35:07 -07:00
http2.c h2: end stream with end headers 2019-10-12 12:41:14 +01:00
huftable.h refactor role ops 2018-04-11 13:39:42 +08:00
minihuf.c libwebsockets.h: clean out some boilerplate better put in core/private.h 2018-08-16 19:10:32 +08:00
ops-h2.c h2: we dont support PUSH 2019-10-12 12:41:14 +01:00
private-lib-roles-h2.h lws_validity: unified connection validity tracking 2019-09-22 09:35:07 -07:00