Add finish() after timeout of Reqeust Arc operations.

If <Request ARC Initiation> and <Request ARC Termination>
receive no <Initiate ARC> and <Termniate ARC> and
it should clean up itself, i.e call finish().

Change-Id: Id10fbe416cf5f5ab836935a1b560864b5cbd3b83
This commit is contained in:
Jungshik Jang
2014-05-21 18:25:47 +09:00
parent e1a2e26a03
commit 358164c09e

View File

@@ -96,5 +96,6 @@ abstract class RequestArcAction extends FeatureAction {
return;
}
disableArcTransmission();
finish();
}
}