]> Cypherpunks repositories - gostls13.git/commit
net/http: fix TestLinuxSendfile on s390x
authorMichael Munday <munday@ca.ibm.com>
Tue, 12 Apr 2016 16:46:54 +0000 (12:46 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 12 Apr 2016 18:07:23 +0000 (18:07 +0000)
commitb09c274bfabb3edef60b4df3375906852aab7da1
treecef2c2e2bb97ae194b03289ce317645a4058f2b0
parent613ba6cda845fef442995d705027a622984c6b3a
net/http: fix TestLinuxSendfile on s390x

s390x doesn't have sendfile64 so apply the same fix as MIPS
(eebf7d27) and just use sendfile.

Change-Id: If8fe2e974ed44a9883282430157c3545d5bd04bd
Reviewed-on: https://go-review.googlesource.com/21892
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/fs_test.go