NSURLConnection does not call complete across multiple Views
问题 Earlier today I asked the following question: iOS block being stoped when view pushed The operation I mentioned (OP1) is actually a "http get" to my server, using NSURLConnection. After even more investigation I discovered that the block doesn't actually "die". What really happens is that the request is actually SENT (the server side logs it), even after the view is pushed (verified via [NSThread sleep:10]). The server responds but then NOTHING happens on the app side if the view2 has been