> On Oct 24, 2014, at 4:28 PM, Seung Chan Lim <[email protected]> wrote: > > Can a HTTP request to http://lite.coucbase./_replicate > <http://lite.coucbase./_replicate> with the cancel:true property ever return > a 404 despite my having never canceled it manually? For example, could it > cancel itself if replication isn't working well (i.e. goes offline due to > being unable to reach the sgw or gets a 401 from the sgw).
It'll return a 404 if there's no current replication task with those attributes. So if the replication is a one-shot (not continuous) that either completed or failed with an error, then you would get a 404. —Jens -- 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/54105E79-32F9-42B0-8EDB-A28D0CF6D043%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
