diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-06 12:26:48 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-06 12:26:48 +1200 |
commit | f2d784896dd18ea7ded9b3a95bedcdceb3325213 (patch) | |
tree | d4859f494a5b7dbfb1a13fe67887bbb1183bf942 /netlib/http_semantics.py | |
parent | fcaabeb4556d299e8489d26f9eedc6db8fe1b86f (diff) | |
download | mitmproxy-f2d784896dd18ea7ded9b3a95bedcdceb3325213.tar.gz mitmproxy-f2d784896dd18ea7ded9b3a95bedcdceb3325213.tar.bz2 mitmproxy-f2d784896dd18ea7ded9b3a95bedcdceb3325213.zip |
http2: resolve module structure and circular dependencies
- Move implementation out of __init__.py to protocol.py (an anti-pattern
because it makes the kind of structural refactoring we need hard)
- protocol imports frame, frame does not import protocol. To do this, we
shift the default settings to frame. If this feels wrong, we can move
them to a separate module (defaults.py?.).
Diffstat (limited to 'netlib/http_semantics.py')
0 files changed, 0 insertions, 0 deletions