Actions
Bug #26896
closedRefactoring send_start from a lambda to a method is incomplete
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Description
In the first iteration of the code, send_start was a lambda but now it is a method. However, there is still one instance of send_start.call in a rare code path.
Actions