Hacker News new | ask | show | jobs
by marktangotango 3207 days ago
I would be surprised if go did not use the 'sendfile' syscall that does exactly this, is there a go nut that can clarify?
1 comments

Go does shortcircuit to sendfile where possible.