You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# tell the control API that we’re ready to receive traffic
@@ -21,12 +23,14 @@ def running(self) -> None:
21
23
defrequest(self, flow: http.HTTPFlow) ->None:
22
24
# To make sure that when running in local redirect mode (and hence intercepting all traffic from the test process) we don’t mess with traffic from the test process to the control API
23
25
# TODO see extended comments re this in test-node.yml and why it hasn’t yet been an issue in practice on macOS
# TODO this request handling is a bit fragile, the special case for `split` is just to handle the fact that Firefox sends 'Connection: keep-alive, Upgrade'
0 commit comments