zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.dk
Subject: Re: tcp_read -d and newlines
Date: Mon, 6 Apr 2009 09:59:01 +0100	[thread overview]
Message-ID: <20090406095901.297232b0@news01> (raw)
In-Reply-To: <20090405231036.GA13802@scru.org>

On Sun, 5 Apr 2009 23:10:36 +0000
Clint Adams <clint@zsh.org> wrote:
> When tcp_read -d'ing a socket that doesn't end in a newline, the last
> "line" gets discarded,  I think, because read returns an error on that
> line.

I've had problems with this, too, in the past, although I think my problem
was chunks of input (not necessarily ending in EOF) that didn't have
newlines.  I could find an easy way of handling this.  It sounds like your
problem is when there is an EOF.

> What can be done? 

One possible but slightly clumsy mechanism is to introduce a flag, say -D,
that allows an incomplete line but returns something different if there's
no delimiter (e.g. it sets REPLY2 to the delimiter actually read which may
be empty, and I suppose we could allow it to be the EOF character too).
It's clumsy because if you want to fix my case you have to poll for input,
and we've found in the past that doing this correctly on terminals can be a
black art (terminals aren't the problem here but it's up to us to disguise
the type of input as much as possible since it's not fair to tell shell
users it's all termios' fault).  If we plan on getting an EOF it's
relatively straightforward.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


  reply	other threads:[~2009-04-06  8:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-05 23:10 Clint Adams
2009-04-06  8:59 ` Peter Stephenson [this message]
2009-04-06  9:10   ` Peter Stephenson
2009-04-07 18:01   ` Clint Adams

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=20090406095901.297232b0@news01 \
    --to=pws@csr.com \
    --cc=zsh-workers@sunsite.dk \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).