python-hyper / hyper

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

fix HEAD response length #358

Closed johejo closed 6 years ago

johejo commented 6 years ago

If another method also empties the response body, we need to modify this. #357

Lukasa commented 6 years ago

Thanks for the patch! Can we get some tests added for this please?