DescriptionMake host_forwarder better handle duplicate forwards.
host_forwarder used to rely on device_forwarder to handle requests that map
already forwarded ports. The problem is that device_forwarder was closing and
re-creating the connection to handle such requests. This could make some tests
fail (e.g. python driven tests) if they were trying to forward an already
forwarded port.
BUG=242846
R=bulach@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210557
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address Marcus' comments #Messages
Total messages: 7 (0 generated)
|