]> Cypherpunks repositories - gostls13.git/commit
internal/poll, net: fix sendfile on Windows, add test
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 22 Aug 2018 20:31:37 +0000 (20:31 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 22 Aug 2018 21:12:00 +0000 (21:12 +0000)
commitd35135b9dab7415dc6eafd55597b497d013badb4
treec8bfc3b4b4596f60f7e524ff894f375052e2d9ec
parent3fd62ce91030f27c5cc28e49fb0101f5f658d3d0
internal/poll, net: fix sendfile on Windows, add test

Fixes #27085

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