Any plan to support priority in nginx?
Current nginx patch does not support priority, do you have any plan to support http3 priority in nginx?
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.
Any guide for the implementation? Just replace send_response with send_response_with_priority still not working
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.
This is completed as of 0.18. Setting different priorities for streams is left as a job for the specific application.