All Versions
18
Latest Version
Avg Release Cycle
165 days
Latest Release
2460 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.4.0.1 Changes
- š FIX:
acceptFork
now properly closes the connection socket, even in case of asynchronous exceptions.
- š FIX:
-
v0.4.0.0 Changes
- Do not handle āBroken Pipeā errors on the
*Write*D
proxies anymore. As as a result, those proxies run forever and have a polymorphic return value, which makes this release binary compatible with 0.2.0.0, but not with 0.3.0.0.
- Do not handle āBroken Pipeā errors on the
-
v0.3.0.0 Changes
Quietly stop writing or reading bytes from a TCP socket if a āBroken Pipeā error happens, indicating that the remote end already closed the connection. Previously, a
ResourceVanished
exception was thrown.All the
*Write*D
proxies now return()
if the remote end closed the connection.
-
v0.2.0.0 Changes
Depend on network-simple 0.2
In both modules
Control.Proxy.TCP
andControl.Proxy.TCP.Safe
:serveFork
was renamed toserve
and the previous function namedserve
was removed.
-
v0.1.1.0 Changes
- Split many of the non-pipes-related TCP utilities to the own
network-simple
package. - Depend on
network-simple
and re-export its functions.
- Split many of the non-pipes-related TCP utilities to the own
-
v0.1.0 Changes
- š New backwards incompatible API
- Based on pipes 3.1
-
v0.1.0.1 Changes
- Dependency bumps.
-
v0.0.2 Changes
- Based on pipes-core.