We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c467770 commit 2e61a14Copy full SHA for 2e61a14
CHANGELOG.md
@@ -1,7 +1,7 @@
1
## Version 3.1.1.0
2
3
-* socketToFd: Allows converting a socket to a file desriptor without risking
4
- closing the socket.
+* socketToFd: Duplicates a socket as a file desriptor and closes the source
+ socket.
5
[#424](https://github.com/haskell/network/pull/424)
6
* A new API: gracefulClose.
7
[#417](https://github.com/haskell/network/pull/417)
0 commit comments