pipes-network v0.6.4 Release Notes

Release Date: 2014-07-29 // over 9 years ago
    • The various fromServe and toServe* pipes from Pipes.Network.TCP.Safe now close the listening socket immediately after accepting a first connection.

    • Re-export sendLazy, sendMany and closeSock.

    • ➕ Add to{Socket,SocketTimeout,Serve,Connect}{Lazy,Many}.

    • 🛠 Fix issue #29 where fromSocketTimeout and fromSocketTimeoutN would loop forever.