]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.10] internal/poll, net: fix sendfile on Windows, add test
authorIan Lance Taylor <iant@golang.org>
Thu, 1 Nov 2018 21:44:06 +0000 (14:44 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 1 Nov 2018 22:07:01 +0000 (22:07 +0000)
commitfba2c4d76ba2beeff094e4116c44d3f121601ccd
tree8aed52d09a92040cfe5855a9b5a86e518e2d3db8
parent7495cdaf3d9e0e4074e9a2b530198e1ef322b8ad
[release-branch.go1.10] internal/poll, net: fix sendfile on Windows, add test

Cherry pick of CL 130855, done manually to avoid a merge conflict on the test.

Fixes #27085

Change-Id: I7c4939cf5db23253a824c46c3f00fab4edec86b4
Reviewed-on: https://go-review.googlesource.com/c/146797
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/internal/poll/sendfile_windows.go
src/net/sendfile_test.go