We can configure NetworkManager's and NetworkEngine's, we should be able to unconfigure them too.
This is required because the session delegate used to configure a URLSession can leak otherwise (this is a problem in URLSession that we have to work around).
We can configure
NetworkManager
's andNetworkEngine
's, we should be able tounconfigure
them too.This is required because the session delegate used to configure a
URLSession
can leak otherwise (this is a problem inURLSession
that we have to work around).