-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Service Arch 2019-07-15
-
20
This branch is pessimistic when called in the context of end(). getSocket()->cancel() is an unnecessary operation right before getSocket()->shutdown() and the destruction of the underlying socket. We cannot hit the baton branch in end() because we do not pass in a baton. We should remove cancelAsyncOperations() from end().