When the PathIdle timer fires we attempt to close the path. However this fails if it is the last open path. This means the connection will stay alive until the connection idle timer fires, if that is set. If that is not set the connection will never die.
I believe we should instead terminate the connection if the last path is idle. This makes the behaviour predictable and independent of how the connection idle timer is configured.
When the
PathIdletimer fires we attempt to close the path. However this fails if it is the last open path. This means the connection will stay alive until the connection idle timer fires, if that is set. If that is not set the connection will never die.I believe we should instead terminate the connection if the last path is idle. This makes the behaviour predictable and independent of how the connection idle timer is configured.