python-hyper / hyper

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

python3 compatibility fix for FakeOriginalResponse #405

Open xingzhisg opened 5 years ago

xingzhisg commented 5 years ago

The FakeOriginalResponse needs a fix for python3 compatibility

divinehawk commented 4 years ago

Please merge. This also fixes cookie parsing when using both Python 2 and 3.

xingzhisg commented 4 years ago

Indeed this patch was for fixing the cookie setting issue in python3. Sorry I didn't highlight the keyword 'cookie' in the original post.