Dave Cheney 7553b97266 websocket: fix Read behaviour in hybiFrameReader.Read
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>
2016-05-31 06:23:09 +00:00
2014-12-09 14:17:11 +11:00
2016-01-08 17:00:32 +00:00
2016-05-26 04:20:37 +00:00
2014-12-09 14:17:11 +11:00
2016-05-18 03:10:31 +00:00
2016-05-18 03:10:44 +00:00
2015-12-14 00:45:27 +00:00
2014-12-09 14:17:11 +11:00
2016-05-18 03:10:18 +00:00
2016-05-01 04:31:21 +00:00
2014-12-08 10:44:07 +11:00
2015-03-18 17:04:12 +00:00
2015-02-18 23:42:41 +00:00
2012-03-17 15:20:00 +11:00

This repository holds supplementary Go networking libraries.

To submit changes to this repository, see http://golang.org/doc/contribute.html.
Description
[mirror] Go supplementary network libraries
Readme BSD-3-Clause 13 MiB
Languages
Go 99.9%