python-hyper / hyper

HTTP/2 for Python.
http://hyper.rtfd.org/en/latest/
MIT License
1.05k stars 192 forks source link

Properly respect max_frame_size. #262

Closed Lukasa closed 8 years ago

Lukasa commented 8 years ago

In the refactor to hyper-h2 we seem to have lost track of the peer's maximum frame size. We should probably aim to respect that now.

Lukasa commented 8 years ago

Uh, nvm: this just isn't a problem.