1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/roles/h2
Andy Green 51ad2f2d9e h2: client sid: must be allocated at header send
There is no way to allocate a client wsi mux sid before the headers are
send, because we don't know the order in which new wsi headers will be sent
and so seen by the peer.

The peer inisists that sid indexes only increase... we cannot allocat sids
monotonically at the client and then send them disordered...
2020-05-04 14:37:37 +01:00
..
hpack.c minilex: fix ROLE_WS=0 case 2020-03-06 15:23:27 +00:00
http2.c h2: client sid: must be allocated at header send 2020-05-04 14:37:37 +01:00
huftable.h refactor role ops 2018-04-11 13:39:42 +08:00
minihuf.c cleaning 2020-01-05 22:17:58 +00:00
ops-h2.c h2: take care to retain initial sid 2020-04-06 14:08:01 +01:00
private-lib-roles-h2.h role structs to const 2020-01-15 06:31:19 +00:00