neqo icon indicating copy to clipboard operation
neqo copied to clipboard

The server priority event with multiple connections

Open martinthomson opened this issue 2 years ago • 0 comments

Http3ServerEvent::PriorityUpdate contains two values: stream ID and priority.

A server holds multiple connections, so this is not information that an application can act on. It looks like it should use ClientRequestStream like the the Http3ServerEvent::Data event.

martinthomson avatar Oct 11 '21 00:10 martinthomson