mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-03-28 01:44:17 +08:00
disable TCP support for now
This commit is contained in:
@@ -30,9 +30,10 @@ class TestState:
|
||||
if f not in self.flows:
|
||||
self.flows.append(f)
|
||||
|
||||
def tcp_start(self, f):
|
||||
if f not in self.flows:
|
||||
self.flows.append(f)
|
||||
# TODO: add TCP support?
|
||||
# def tcp_start(self, f):
|
||||
# if f not in self.flows:
|
||||
# self.flows.append(f)
|
||||
|
||||
# FIXME: compat with old state - remove in favor of len(state.flows)
|
||||
def flow_count(self):
|
||||
|
||||
Reference in New Issue
Block a user