You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Alexander Shorin <kx...@gmail.com> on 2016/07/18 09:51:41 UTC

Re: [2/2] couch-replicator commit: updated refs/heads/master to bf636d3

On Mon, Jul 18, 2016 at 12:29 PM,  <rn...@apache.org> wrote:
> +        exit(Worker, {timeout, ibrowse_stream_cleanup}),
> +        exit({timeout, ibrowse_stream_cleanup})

Why exit twice? Will the second cause any effect?

--
,,,^..^,,,

Re: [2/2] couch-replicator commit: updated refs/heads/master to bf636d3

Posted by Alexander Shorin <kx...@gmail.com>.
Indeed, missed that. Thanks!
--
,,,^..^,,,


On Mon, Jul 18, 2016 at 2:20 PM, Robert Newson <rn...@apache.org> wrote:
> Two different processes. :)
>
> Sent from my iPhone
>
>> On 18 Jul 2016, at 10:51, Alexander Shorin <kx...@gmail.com> wrote:
>>
>>> On Mon, Jul 18, 2016 at 12:29 PM,  <rn...@apache.org> wrote:
>>> +        exit(Worker, {timeout, ibrowse_stream_cleanup}),
>>> +        exit({timeout, ibrowse_stream_cleanup})
>>
>> Why exit twice? Will the second cause any effect?
>>
>> --
>> ,,,^..^,,,

Re: [2/2] couch-replicator commit: updated refs/heads/master to bf636d3

Posted by Robert Newson <rn...@apache.org>.
Two different processes. :)

Sent from my iPhone

> On 18 Jul 2016, at 10:51, Alexander Shorin <kx...@gmail.com> wrote:
> 
>> On Mon, Jul 18, 2016 at 12:29 PM,  <rn...@apache.org> wrote:
>> +        exit(Worker, {timeout, ibrowse_stream_cleanup}),
>> +        exit({timeout, ibrowse_stream_cleanup})
> 
> Why exit twice? Will the second cause any effect?
> 
> --
> ,,,^..^,,,