Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

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

Closed
KOLANICH opened this issue Dec 28, 2017 · 1 comment
Closed

Comments

@KOLANICH
Copy link
Contributor

*****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
Copy link
Member

Lukasa commented Dec 28, 2017

Please update h2.

@Lukasa Lukasa closed this as completed Dec 28, 2017
jayvdb added a commit to jayvdb/hyper that referenced this issue Mar 28, 2019
jayvdb added a commit to jayvdb/hyper that referenced this issue Mar 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants