ref: Setup messages should always be exchanged by VIFs and should be async.

This change also removes support for RPCVersion5.

MultiPart: 2/2
Change-Id: Ie8d3cb30170ca8fac58594197ad0f28108957e3c
diff --git a/profiles/internal/rpc/client.go b/profiles/internal/rpc/client.go
index ab268dc..f963e1d 100644
--- a/profiles/internal/rpc/client.go
+++ b/profiles/internal/rpc/client.go
@@ -650,7 +650,7 @@
 				topLevelError = verror.ErrNotTrusted
 				topLevelAction = verror.NoRetry
 				onlyErrNetwork = false
-			case stream.ErrNetwork.ID:
+			case stream.ErrAborted.ID, stream.ErrNetwork.ID:
 				// do nothing
 			default:
 				onlyErrNetwork = false