This repository was archived by the owner on Jan 13, 2021. It is now read-only.
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
Description
*****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'
Metadata
Metadata
Assignees
Labels
No labels