I have a few questions on the Http/3 specification related to QUIC streams behavior
1. Can a single file download ( index.html or file.pdf ) happen on multiple parallel quic streams ? 2. What happens when the limits of initial_max_stream_data_bidi_remote or initial_max_stream_data_uni are exceeded ? Does the file download continue on a new stream which gets opened ? Regards, Kaushal
