mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #95 from stephen-turner/CA-137829
CA-137829 CA-137959 Revert fix to CA-108676 because of collateral damage
This commit is contained in:
commit
d0c40d92b7
@ -60,7 +60,7 @@ namespace XenAPI
|
||||
_proxy.RequestEvent += LogRequest;
|
||||
_proxy.ResponseEvent += LogResponse;
|
||||
_proxy.Proxy = Proxy;
|
||||
_proxy.ConnectionGroupName = Guid.NewGuid().ToString(); // this will force the Session onto a different set of TCP streams (see CA-108676)
|
||||
// reverted because of CA-137829/CA-137959: _proxy.ConnectionGroupName = Guid.NewGuid().ToString(); // this will force the Session onto a different set of TCP streams (see CA-108676)
|
||||
}
|
||||
|
||||
public Session(Proxy proxy, IXenConnection connection)
|
||||
|
Loading…
Reference in New Issue
Block a user