commit | 184f4805476af19c2e58dd96c2ce6aa241efaacf | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Mar 19 13:20:29 2018 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Mar 21 15:13:07 2018 -0700 |
tree | 910d3b86985ca7bc9ad3544ba796a6e0a824875b | |
parent | 1222abc75b7854979e6a9f982004985179bcbede [diff] |
adb: don't immediately close a socket when write fails. When we fail to write to a local socket peer, we might still have data queued up to send to the other side. Defer closing the socket until we've failed to both read and write. Bug: http://b/74616284 Test: python test_device.py Change-Id: Ifc4b8fe95369b4872e475c2ae4ee611dd2d8b9d7