python-hyper / hyper

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

AttributeError: module 'h2.settings' has no attribute 'ENABLE_PUSH' #372

Closed KOLANICH closed 6 years ago

KOLANICH commented 6 years ago
*****site-packages\hyper\http20\connection.py in _send_preamble(self)
    425             conn.initiate_connection()
    426             conn.update_settings(
--> 427                 {h2.settings.ENABLE_PUSH: int(self._enable_push)}
    428             )
    429         self._send_outstanding_data()

AttributeError: module 'h2.settings' has no attribute 'ENABLE_PUSH'
Lukasa commented 6 years ago

Please update h2.