From: Mark Wooding Date: Mon, 10 May 2010 01:18:04 +0000 (+0100) Subject: Various: Report errors encountered while doing channel I/O. X-Git-Tag: 1.3.6~6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/fwd/commitdiff_plain/86c9bc4bc9e9b99482bcc5a2c6da8f5ec7516f69?hp=86c9bc4bc9e9b99482bcc5a2c6da8f5ec7516f69 Various: Report errors encountered while doing channel I/O. I'm amazed I let these get swallowed up between chan and endpt. Oh, well. Minor interface change: endpt_join wants a channel description string, but the source (which always does the joining anyway) has one to hand. The channel structure has grown an error indicator which the endpoint manager inspects when it's tearing down the connection. ---