sto creando un NSMutableRequest: self.req = [NSMutableURLRequest requestWithURL:myURL cachePolicy:NSURLRequestReloadIgnoringCacheData timeoutInterval:10.0];
Il timeout è impostato per essere di 10 s
Sto cercando di implementare questo tutorial che implementa un NSURLProtocol personalizzato con NSURLConnection. https://www.raywenderlich.com/76735/using-nsurlprotocol-swift funziona come previsto, m