]> Cypherpunks repositories - gostls13.git/commit
net/http: enable TestLinuxSendfile on mips64
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>
Tue, 6 Jun 2017 14:13:39 +0000 (16:13 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 8 Jun 2017 17:27:12 +0000 (17:27 +0000)
commitfab47f7b3a9d8ad91b96bf80f0b9dff2feda31d2
tree2f716530fe0a3ee290f4fdbf42b3b5360fc023d4
parent6a34765a16156d1ab9f5c31a97fb6f9af56c67ab
net/http: enable TestLinuxSendfile on mips64

The test is passing on a 64bit RFS.

Fixes #18008

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