Does anyone know in which situations initializing a NSURLConnection returns nil instead of the created connection. The documentation says it\'s possible but fails t
NSURLConnection
NSURLConnection returns nil if it is not created inside a runLoop.