mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Fix Windows support
This commit is contained in:
parent
41d574f34c
commit
fb3e20e0bc
72 changed files with 912 additions and 475 deletions
|
@ -943,7 +943,9 @@ struct lsquic_hset_if
|
|||
void (*hsi_discard_header_set)(void *hdr_set);
|
||||
/**
|
||||
* These flags specify properties of decoded headers passed to
|
||||
* hsi_process_header().
|
||||
* hsi_process_header(). This is only applicable to QPACK headers;
|
||||
* HPACK library header properties are based on compilation, not
|
||||
* run-time, options.
|
||||
*/
|
||||
enum lsquic_hsi_flag hsi_flags;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue