]> Cypherpunks repositories - gostls13.git/commit
internal/poll: improve Splice comments
authorAndrei Tudor Călin <mail@acln.ro>
Sat, 15 Sep 2018 16:31:49 +0000 (18:31 +0200)
committerIan Lance Taylor <iant@golang.org>
Sun, 16 Sep 2018 03:22:13 +0000 (03:22 +0000)
commit83c605fb96b694455ca3c7c3d69bc6e4f526268e
treebd4c83dd425aae34f643465d0afb5b57877b64ad
parentfb061b5e116d1e176039f0948221e8a107a401cd
internal/poll: improve Splice comments

Clarify the behavior of splice on older kernels, merge comments so
control flow becomes more obvious, as discussed in CL 133575.

Change-Id: I95855991bd0b1fa1c78a900b39c4382f65d83468
Reviewed-on: https://go-review.googlesource.com/135436
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/internal/poll/splice_linux.go