File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -967,6 +967,13 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
967
967
they implement the documented semantics. TODO: https://golang.org/cl/18097
968
968
</ p >
969
969
970
+ < p > <!-- CL 32099 -->
971
+ The new method
972
+ < a href ="/pkg/net/#UnixListener.SetUnlinkOnClose "> < code > UnixListener.SetUnlinkOnClose</ code > </ a >
973
+ sets whether the underlying socket file should be removed from the file system when
974
+ the listener is closed.
975
+ </ p >
976
+
970
977
< p > TODO: many other net changes</ p >
971
978
972
979
</ dd >
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ net/http/httputil: make ReverseProxy send nil Body requests when possible (CL 28
116
116
net/http/httputil: remove custom hop-by-hop headers from response in ReverseProxy (CL 28810)
117
117
net/http/httputil: remove proxied headers mentioned in connection-tokens (CL 27970)
118
118
119
- net: add (*UnixListener).SetUnlinkOnClose (CL 32099)
120
119
net: add Buffers type, do writev on unix (CL 29951)
121
120
net: implement Buffers on windows (CL 32371)
122
121
net: add Resolver type, Dialer.Resolver, and DefaultResolver (CL 29440)
@@ -452,6 +451,7 @@ net/url: handle escaped paths in ResolveReference (CL 28343)
452
451
net/url: make URL implement encoding.BinaryMarshaler, BinaryUnmarshaler (CL 31467)
453
452
net/url: prefix relative paths containing ":" in the first segment with "./" (CL 29610)
454
453
net/url: reject colon in first segment of relative path in Parse (CL 31582)
454
+ net: add (*UnixListener).SetUnlinkOnClose (CL 32099)
455
455
net: always wake up the readers on close on Plan 9 (CL 31390)
456
456
net: close the connection gracefully on Plan 9 (CL 31271)
457
457
net: implement network interface API for Plan 9 (CL 29963)
You can’t perform that action at this time.
0 commit comments