aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mitmproxy/controller.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/mitmproxy/controller.py b/mitmproxy/controller.py
index 72374f31..c262b192 100644
--- a/mitmproxy/controller.py
+++ b/mitmproxy/controller.py
@@ -275,10 +275,6 @@ class Reply(object):
def has_message(self):
return self.value != NO_REPLY
- @property
- def done(self):
- return self.state == "committed"
-
def handle(self):
"""
Reply are handled by controller.handlers, which may be nested. The first handler takes