9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Benjamin Purcell <benjapurcell@gmail.com>
To: 9front@9front.org
Subject: Re: [9front] plumber will spin if plumber srv file is removed
Date: Tue, 19 Jul 2016 12:31:53 -0500	[thread overview]
Message-ID: <CAAsuYKcGpQ9arjVivvAJS0_x5sL0ud9=VBbW7STcYErMKhsbkA@mail.gmail.com> (raw)
In-Reply-To: <4f632b3f104efc9bf39c1983d7de3b2e@felloff.net>

You're right it does eventually get a -1. I should have checked.

On Tue, Jul 19, 2016 at 12:19 PM,  <cinap_lenrek@felloff.net> wrote:
> will it? if the chan is hung up, you will get an error after
> reading past the eof:
>
>                 if(q->state & Qclosed){
>                         if(++q->eof > 3)
>                                 return -1;
>                         if(*q->err && strcmp(q->err, Ehungup) != 0)
>                                 return -1;
>                         return 0;
>                 }
>
> can you reproduce this behaviour?
>
> --
> cinap


  reply	other threads:[~2016-07-19 17:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-19 16:55 Benjamin Purcell
2016-07-19 17:19 ` [9front] " cinap_lenrek
2016-07-19 17:31   ` Benjamin Purcell [this message]
2016-07-19 18:02     ` cinap_lenrek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAsuYKcGpQ9arjVivvAJS0_x5sL0ud9=VBbW7STcYErMKhsbkA@mail.gmail.com' \
    --to=benjapurcell@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).