ninenines / cowlib

Support library for manipulating Web protocols.
ISC License
281 stars 172 forks source link

Remove HTTP/2 PRIORITY support #135

Open essen opened 10 months ago

essen commented 10 months ago

When parsing we should return a headers tuple that doesn't contain PRIORITY information, even if it was given.

When building we should not include PRIORITY. This is already the case for HEADERS but we have a function that allows building a PRIORITY frame. It should be removed.