hyperium / h2

HTTP 2.0 client & server implementation for Rust.
MIT License
1.34k stars 266 forks source link

How to set frame priority / Weight ? #686

Closed fhertz closed 1 year ago

fhertz commented 1 year ago

Hello,

It seems that we can't set frame priority ? it's private mod not public does someone tried to do it ?

Thanks

seanmonstar commented 1 year ago

It is not currently possible to do. I know a few other people have been starting to think about prioritization in h2, would you be interested in helping design how it could work, and implementing it?

fhertz commented 1 year ago

my knowledge is very limited, otherwise of course i would have helped you with pleasure and enthusiasm. is there still a way to statically set the priority flage 0x20 and : to have this as priority? dependency_id, weight, is_exclusive

seanmonstar commented 1 year ago

No, it's not currently possible.

fhertz commented 1 year ago

There is no easy way to do that, i hope someone can implement it. Thanks.