Hi,
I noticed a slight inconsistency with the setting variable names:
|
#: The byte that signals the SETTINGS_MAX_FRAME_SIZE setting. |
|
SETTINGS_MAX_FRAME_SIZE = 0x05 |
|
#: The byte that signals the SETTINGS_MAX_HEADER_LIST_SIZE setting. |
|
SETTINGS_MAX_HEADER_LIST_SIZE = 0x06 |
SETTINGS_MAX_FRAME_SIZE and SETTINGS_MAX_HEADER_LIST_SIZE are the only ones prefixed with SETTINGS_*. Is there any reason why, or can we unify all the names here?
Hi,
I noticed a slight inconsistency with the setting variable names:
hyperframe/hyperframe/frame.py
Lines 353 to 356 in 4fe1a74
SETTINGS_MAX_FRAME_SIZEandSETTINGS_MAX_HEADER_LIST_SIZEare the only ones prefixed withSETTINGS_*. Is there any reason why, or can we unify all the names here?