commit | df26cda358cdbbfc1214d9374c9641769151f1eb | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Tue Feb 25 09:14:11 2025 -0800 |
committer | Patrick Rohr <prohr@google.com> | Tue Feb 25 09:14:11 2025 -0800 |
tree | 85a24b5cea3fcc68c3d08b2ade620cbf9a4b4d93 | |
parent | adfe68f282f36328addee80381c7db7a2974fbda [diff] |
Get rid of volatile mIsAborted This has always been race-y as a socket exception could coincide with a call to #close(). Since it is safe to run the full code paths for both "regular" exceptions and exceptions triggered by the socket closing, mIsAborted is not actually needed. This CL gets rid of it in favor of simplicity. Test: TH Change-Id: Ic597ee917daffd6315c349dc435e5533b686bc2d