for Chris Anderson (bizaare behavior for filtered change notification)

33 views
Skip to first unread message

Seung Chan Lim

unread,
Nov 23, 2014, 3:05:02 PM11/23/14
to mobile-c...@googlegroups.com
At firstI first formed my URL like so:


and the XMLHTTPRequest would not advance after readyState of 1

Out of whim, I changed it to

and the problem went away.

Curious, I reverted back to 


And the initial stalling problem went away.

Absolutely nothing else in the code changed...

I just found this bizarre, but maybe it's meaningful to some transient bug??

Obviously, I can no longer reproduce this.

slim

Jens Alfke

unread,
Nov 23, 2014, 6:53:42 PM11/23/14
to mobile-c...@googlegroups.com
Yikes! Since the problem went away after a meaningless change to the URL, maybe it had something to do with caching? Maybe WebKit had cached a bad response from the first URL, so when you changed to the second equivalent URL it sent the request again and got a better response?

—Jens

Seung Chan Lim

unread,
Nov 23, 2014, 9:29:23 PM11/23/14
to mobile-c...@googlegroups.com
I suppose that's possible. 
Reply all
Reply to author
Forward
0 new messages