python-hyper / hpack

HTTP/2 Header Encoding for Python
https://hpack.readthedocs.io/en/latest/
MIT License
73 stars 32 forks source link

We must error if the remote peer sends a table size update at the end of the header block. #97

Closed Lukasa closed 7 years ago

Lukasa commented 7 years ago

Right now a table size update is allowed anywhere in a header block. That isn't correct: they should be forbidden once we've started receiving header fields in a block.