Can a HTTP request to 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).
I'm seeing a 404 returned despite having never canceled it manually... slim On Friday, October 24, 2014 11:53:36 AM UTC-4, Jens Alfke wrote: > > > On Oct 24, 2014, at 7:42 AM, Seung Chan Lim <[email protected] > <javascript:>> wrote: > > Stop? You mean abort the HTTP call made to > http://lite.couchbase./_replicate ? > > > No, POST to _replicate with the same source/target and adding a > "cancel":true property. > Looks like our REST API docs omit most of the properties that _replicate > supports; sorry about that. I've filed a ticket. > The CouchDB API docs > <http://docs.couchdb.org/en/latest/api/server/common.html#replicate> list > more of them including "cancel". > > —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/aacbc102-2c31-4a30-9519-ce92bf0d1256%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
