At firstI first formed my URL like so:

http://lite.couchbase./status32/_changes?feed=continuous&include_docs=true&filter=magic/by_attr&doc_ids=%7B%22role%22%3A%5B%22Person%22%5D%7D

and the XMLHTTPRequest would not advance after readyState of 1

Out of whim, I changed it to

http://lite.couchbase./status32/_changes?feed=continuous&include_docs=true&doc_ids=%7B%22role%22%3A%5B%22Person%22%5D%7D&filter=magic/by_attr

and the problem went away.

Curious, I reverted back to 

http://lite.couchbase./status32/_changes?feed=continuous&include_docs=true&filter=magic/by_attr&doc_ids=%7B%22role%22%3A%5B%22Person%22%5D%7D

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

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/b2766295-6fca-420b-acbd-1ee3c6573864%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to