aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/protocol')
-rw-r--r--libmproxy/protocol/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/protocol/http.py b/libmproxy/protocol/http.py
index 1912390a..9db50cd7 100644
--- a/libmproxy/protocol/http.py
+++ b/libmproxy/protocol/http.py
@@ -106,7 +106,7 @@ class HTTPMessage(stateobject.StateObject):
timestamp_start=float,
timestamp_end=float
)
- _stateobject_long_attributes = set(["content"])
+ _stateobject_long_attributes = {"content"}
def get_decoded_content(self):
"""