]> granicus.if.org Git - mutt/commit
Fix tunnels to also retry and write full buffer.
authorKevin McCarthy <kevin@8t8.us>
Tue, 22 Jan 2019 03:43:08 +0000 (19:43 -0800)
committerKevin McCarthy <kevin@8t8.us>
Tue, 22 Jan 2019 03:43:08 +0000 (19:43 -0800)
commitcaf5db85396fce2da624449f76a174534657425e
treed0e396c1c42e597e1aba79e71bb2382ad27d70ec
parent688e27a93b9c2ed377e097b921e3cb43f6dd1057
Fix tunnels to also retry and write full buffer.

Change the tunnel_socket_read() and tunnel_socket_write() as the raw
sockets were adjusted in the previous commit.  Retry on EINTR, and
complete a full write so all the implementations have the same behavior.
mutt_tunnel.c