mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Fix: HTTP/3 headers may be followed immediately by trailers
This commit is contained in:
parent
432ffd65ae
commit
4c27a90c3c
1 changed files with 1 additions and 0 deletions
|
@ -4062,6 +4062,7 @@ update_type_hist_and_check (const struct lsquic_stream *stream,
|
|||
0123, /* HD+ */
|
||||
012, /* HD */
|
||||
01, /* H */
|
||||
013, /* H+ */ /* Really HH, but we don't record it like this */
|
||||
01231, /* HD+H */
|
||||
0121, /* HDH */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue