File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Version 3.1.1.0
2
2
3
- * socketToFd: Duplicates a socket as a file desriptor and closes the source
3
+ * A new API: ` gracefulClose ` .
4
+ [ #417 ] ( https://github.com/haskell/network/pull/417 )
5
+ * ` touchSocket ` , ` unsafeFdSocket ` : Allow direct access to a socket's file
6
+ descriptor while providing tools to prevent it from being garbage collected.
7
+ This also deprecated ` fdSocket ` in favor of ` unsafeFdSocket ` and
8
+ ` withFdSocket ` .
9
+ [ #423 ] ( https://github.com/haskell/network/pull/423 )
10
+ * ` socketToFd ` : Duplicates a socket as a file desriptor and closes the source
4
11
socket.
5
12
[ #424 ] ( https://github.com/haskell/network/pull/424 )
6
- * A new API: gracefulClose.
7
- [ #417 ] ( https://github.com/haskell/network/pull/417 )
8
13
9
14
## Version 3.1.0.1
10
15
You can’t perform that action at this time.
0 commit comments