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 2f70687 commit 23fee06Copy full SHA for 23fee06
doc/go1.22.html
@@ -616,7 +616,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
616
<p><!-- https://go.dev/issue/58808 -->
617
When <a href="/pkg/io#Copy"><code>io.Copy</code></a> copies
618
from a <code>TCPConn</code> to a <code>UnixConn</code>,
619
- it will now use Linux's <code>sendfile(2)</code> system call if possible,
+ it will now use Linux's <code>splice(2)</code> system call if possible,
620
using the new method <a href="/pkg/net#TCPConn.WriteTo"><code>TCPConn.WriteTo</code></a>.
621
</p>
622
0 commit comments