cloudflare / quiche

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
https://docs.quic.tech/quiche/
BSD 2-Clause "Simplified" License
9.29k stars 697 forks source link

The NGINX Patch - To support stream priority + quiche_conn_stream_priority #1484

Open Samy432 opened 1 year ago

Samy432 commented 1 year ago

NGINX supports stream priority currently?

If not, by updating the below line in NGINX patch will get the stream priority from quiche?

Thanks

LPardue commented 1 year ago

In the nginx patch, quiche_h3_send_response_with_priority sets the response priority using the stored qstream->priority value. Changing that value is left as an exercise for users of the patch.

quiche_conn_stream_priority could be used to change the priority of the stream at some later point in the connection if desired.