Re: Strange Webview Problem

2009-01-14 Thread Michael Ash
On Tue, Jan 13, 2009 at 6:11 PM, Diez B. Roggisch wrote: > Nick Zitzmann schrieb: >> >> On Jan 13, 2009, at 3:45 PM, Diez B. Roggisch wrote: >> >>> Just for the record - the timoutInterval of 0 is the culprit. I don't >>> have the slightest idea why it stopped working, but I don't care either. It

Re: Strange Webview Problem

2009-01-13 Thread Diez B. Roggisch
Jean-Daniel Dupas schrieb: Le 14 janv. 09 à 00:11, Diez B. Roggisch a écrit : Nick Zitzmann schrieb: On Jan 13, 2009, at 3:45 PM, Diez B. Roggisch wrote: Just for the record - the timoutInterval of 0 is the culprit. I don't have the slightest idea why it stopped working, but I don't care ei

Re: Strange Webview Problem

2009-01-13 Thread Jean-Daniel Dupas
Le 14 janv. 09 à 00:11, Diez B. Roggisch a écrit : Nick Zitzmann schrieb: On Jan 13, 2009, at 3:45 PM, Diez B. Roggisch wrote: Just for the record - the timoutInterval of 0 is the culprit. I don't have the slightest idea why it stopped working, but I don't care either. It might be worth me

Re: Strange Webview Problem

2009-01-13 Thread Diez B. Roggisch
Nick Zitzmann schrieb: On Jan 13, 2009, at 3:45 PM, Diez B. Roggisch wrote: Just for the record - the timoutInterval of 0 is the culprit. I don't have the slightest idea why it stopped working, but I don't care either. It might be worth mentioning in the docs though that passing 0 actually t

Re: Strange Webview Problem

2009-01-13 Thread Nick Zitzmann
On Jan 13, 2009, at 3:45 PM, Diez B. Roggisch wrote: Just for the record - the timoutInterval of 0 is the culprit. I don't have the slightest idea why it stopped working, but I don't care either. It might be worth mentioning in the docs though that passing 0 actually terminates the request

Re: Strange Webview Problem

2009-01-13 Thread Diez B. Roggisch
req = [NSURLRequest requestWithURL: url cachePolicy: NSURLRequestReloadIgnoringCacheData timeoutInterval: 0 ]; Just for the record - the timoutInterval of 0 is the culprit. I don't have the slightest idea why it stopped working, but