]> Cypherpunks repositories - gostls13.git/commit
net: add TestSendfileParts
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 11 Jun 2018 01:03:25 +0000 (11:03 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 11 Jun 2018 06:35:20 +0000 (06:35 +0000)
commit679690f348a38591ccf180d9f699fc40a544e6af
tree330b1ccce77691e1f9f1ce0e150083195638cdc6
parentb74f7321e594e2c4bcdf1b048e755ddc90c4134d
net: add TestSendfileParts

Add test for freebsd issue #25809.

This test also fails on my Windows 10 Version 1803.
My hope is that adding new test will break one of our builders.

Updates #25722
Updates #25809

Change-Id: Ia103bc708b8fa3b9af57613acc44893f90b3fa18
Reviewed-on: https://go-review.googlesource.com/117775
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/sendfile_test.go