python-hyper / hyper

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

Fix setting codes #332

Open KOLANICH opened 7 years ago

KOLANICH commented 7 years ago

h2\.settings\.([A-Z_]{4,}) -> h2.settings.SettingCodes.$1

Lukasa commented 7 years ago

Yup, seems like we'd need this changed. Want to open a PR to do it?

KOLANICH commented 7 years ago

Sorry, I have some tech problems and can't do that now. Feel free to do it for me.