-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Programmability
Make sure that connections through the router port aren't closed during rollback. Today, this works 'by magic', because we skip closing connections for clients that still have the kPending tag, which is never unset on the router code path. But we should at least add a test to make sure this behavior doesn't regress, and also consider making the functionality more obvious/less magical.