• Philip Withnall's avatar
    agent: Handle EPIPE from pseudo_tcp_socket_send() · 480725bd
    Philip Withnall authored
    As with send(), pseudo_tcp_socket_send() may return EPIPE if the local
    side of the connection has been closed using close() or shutdown(). It
    currently doesn’t, but will do once pseudo-TCP FIN–ACK support has been
    implemented.
    480725bd
agent.c 172 KB