Searched defs:_lws_h2_related (Results 1 – 1 of 1) sorted by relevance
306 struct _lws_h2_related { struct308 struct lws_h2_netconn *h2n; /* malloc'd for root net conn */310 char *pending_status_body;312 uint8_t h2_state; /* RFC7540 state of the connection */314 uint8_t END_STREAM:1;315 uint8_t END_HEADERS:1;316 uint8_t send_END_STREAM:1;317 uint8_t long_poll:1;318 uint8_t initialized:1;