]> Cypherpunks repositories - gostls13.git/commit
net: disable sendfile on Solaris for now
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 11 Jan 2016 20:27:37 +0000 (12:27 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 11 Jan 2016 20:34:12 +0000 (20:34 +0000)
commitba593d6ab861222ee03b87a6f733afac48f5a04e
treee36fcff8822d0fb50bb0711d627eb067ad25d6fd
parent3dda43c6aa89d72f82e441b83a1d747900e1b12d
net: disable sendfile on Solaris for now

There are reports of corruption. Let's disable it for now (for Go 1.6,
especially) until we can investigate and fix properly.

Update #13892

Change-Id: I557275e5142fe616e8a4f89c00ffafb830eb3b78
Reviewed-on: https://go-review.googlesource.com/18540
Reviewed-by: Dave Cheney <dave@cheney.net>
src/net/sendfile_solaris.go