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 157acfc906 windows: clean type warnings
There are some minor public api type improvements rather than cast everywhere
inside lws and user code to work around them... these changed from int to
size_t

 - lws_buflist_use_segment() return
 - lws_tokenize_t .len and .token_len
 - lws_tokenize_cstr() length
 - lws_get_peer_simple() namelen
 - lws_get_peer_simple_fd() namelen, int fd -> lws_sockfd_type fd
 - lws_write_numeric_address() len
 - lws_sa46_write_numeric_address() len

These changes are typically a NOP for user code
2020-01-11 14:04:50 +00:00
..
hpack.c mux children: generalize helpers out of h2 implementation 2019-12-29 19:59:16 +00:00
http2.c cleaning 2020-01-05 22:17:58 +00: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 windows: clean type warnings 2020-01-11 14:04:50 +00:00
private-lib-roles-h2.h h2: LCCSCF_H2_MANUAL_RXFLOW and refactor txcr 2020-01-02 08:31:02 +00:00