mitmproxy/netlib/h2
Thomas Kriechbaumer 754f929187 fix default argument
Python evaluates default args during method definition.
So you get the same dict each time you call this method.
Therefore the dict is the SAME actual object each time.
2015-05-29 11:42:46 +02:00
..
__init__.py implement basic HTTP/2 frame classes 2015-05-26 17:59:29 +02:00
frame.py fix default argument 2015-05-29 11:42:46 +02:00
h2.py cleanup code with autoflake 2015-05-27 11:25:33 +02:00