mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 14:58:38 +00:00
disable TCP support for now
This commit is contained in:
parent
5dfc199086
commit
d3bd04dec0
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user