private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
527 stars 156 forks source link

H3 unidir grease #1538

Closed huitema closed 11 months ago

huitema commented 11 months ago

Add two tests to verify that H3 client and server properly discard data received on unidir streams of unknown type, per section 6.2 of RFC 9114. Fix a server bug that closed the connection when such streams were received.