commit | 9b1c3659ea6960945a5328c4035d1c6a50f14c13 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Jul 16 14:31:41 2019 -0700 |
committer | Josh Gao <jmgao@google.com> | Tue Jul 16 15:22:58 2019 -0700 |
tree | 20cd603ecaba4bd17903bb91885c49f82ad1f1b0 | |
parent | a11c3959293acd56be973ea5b2cc2f542bf59060 [diff] |
adb: win32: don't shutdown socket when closing. This appears to be an attempt to do orderly shutdown, but it doesn't wait until the socket becomes readable, so it doesn't actually work. We implement orderly shutdown elsewhere already, so delete this so that we don't accidentally shutdown a duped socket. Test: wine adb_test Change-Id: I35f8843e8e6dbc7886fd545f0e43375a005e160f