diff options
Diffstat (limited to 'libmproxy/protocol/http.py')
-rw-r--r-- | libmproxy/protocol/http.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmproxy/protocol/http.py b/libmproxy/protocol/http.py index 1f3d6fdf..1912390a 100644 --- a/libmproxy/protocol/http.py +++ b/libmproxy/protocol/http.py @@ -106,6 +106,7 @@ class HTTPMessage(stateobject.StateObject): timestamp_start=float, timestamp_end=float ) + _stateobject_long_attributes = set(["content"]) def get_decoded_content(self): """ |