foo
This commit is contained in:
parent
600d7146d3
commit
462f2811b9
9 changed files with 9 additions and 14 deletions
|
|
@ -94,6 +94,8 @@ class BigSnitchBridge:
|
|||
|
||||
def request(self, flow):
|
||||
self.q.put({'msg': 'request', 'flow': flow.get_state()})
|
||||
# intercept until ACK received
|
||||
flow.intercept()
|
||||
|
||||
def requestheaders(self, flow):
|
||||
self.q.put({'msg': 'requestheaders', 'flow': flow.get_state()})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue