Cleanup network release
Fixes a handful of issues. PendingRequests were getting touched on random threads, so moved to handler thread. Release could get confused by state changes, so made it depend only on state set during the request (if it's in the pending list, remove it, if it's on the request list, release it). bug:23080486 Change-Id: Ia5884e100394efcd0a7ca7f2821b44c647ded07a
Loading
Please register or sign in to comment