Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: ignore EINTR in ztcp/zsocket accept()
- X-seq: zsh-workers 36041
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: PATCH: ignore EINTR in ztcp/zsocket accept()
- Date: Mon, 10 Aug 2015 12:33:31 +0100
- In-reply-to: <20150810102212.GA45526@Qliphoth.local>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Organization: Samsung Cambridge Solution Centre
- References: <20150810102212.GA45526@Qliphoth.local>
On Mon, 10 Aug 2015 12:22:12 +0200
Joshua Krusell <js.shirin@xxxxxxxxx> wrote:
> Interrupting `ztcp -a` causes zsh to exit immediately. Would it be
> appropriate to just ignore EINTR?
That seems reasonable, and consistent with numerous other bits of IO
code. I've pushed it.
Thanks
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author