mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
7553b97266dcbbf78298bd1a2b12d9c9aaae5f40
The contract for Read specifies that a caller should process n bytes of data before handling an error value. The previous implementation may have discarded the final data read from the underlying reader if err was non nil. Change-Id: I81547cd9ea62c4060f79523679beed6bbc6ccd95 Reviewed-on: https://go-review.googlesource.com/23534 Reviewed-by: Ian Lance Taylor <iant@golang.org>
…
…
This repository holds supplementary Go networking libraries. To submit changes to this repository, see http://golang.org/doc/contribute.html.
Description
Languages
Go
99.9%