quiche icon indicating copy to clipboard operation
quiche copied to clipboard

Any plan to support priority in nginx?

Open weiwei99 opened this issue 4 years ago • 3 comments

Current nginx patch does not support priority, do you have any plan to support http3 priority in nginx?

weiwei99 avatar Sep 06 '21 09:09 weiwei99

This is something we'd like to do but needs to be managed against other the needs of other work. So there is currently no ETA.

LPardue avatar Sep 06 '21 09:09 LPardue

Any guide for the implementation? Just replace send_response with send_response_with_priority still not working

weiwei99 avatar Sep 06 '21 09:09 weiwei99

The quiche code has been validated in the past using quiche example apps, so as far as I know it should work. Detailed test cases are needed to understand if there is something that is not behaving as expected.

LPardue avatar Sep 08 '21 11:09 LPardue

This is completed as of 0.18. Setting different priorities for streams is left as a job for the specific application.

LPardue avatar Aug 24 '23 02:08 LPardue