Fix: HTTP/3 headers may be followed immediately by trailers

This commit is contained in:
Dmitri Tikhonov 2020-06-12 09:53:06 -04:00
parent 432ffd65ae
commit 4c27a90c3c

View file

@ -4062,6 +4062,7 @@ update_type_hist_and_check (const struct lsquic_stream *stream,
0123, /* HD+ */ 0123, /* HD+ */
012, /* HD */ 012, /* HD */
01, /* H */ 01, /* H */
013, /* H+ */ /* Really HH, but we don't record it like this */
01231, /* HD+H */ 01231, /* HD+H */
0121, /* HDH */ 0121, /* HDH */
}; };