Tamir Duberstein
|
48443df968
|
buffer: do not retain passed-in memory
This is in violation of the io.Writer interface specification.
|
2016-02-25 11:40:31 -05:00 |
|
Tamir Duberstein
|
6490dea199
|
Reduce the number of calls needed to (*MuxConn).Read
Also affects (*buffer).Read.
|
2016-02-23 09:49:37 -05:00 |
|
Tamir Duberstein
|
05566d752e
|
vet: buffer_test.go:65: possible formatting directive in Fatal call
|
2016-02-21 10:33:47 -05:00 |
|
Soheil Hassas Yeganeh
|
fbd0877935
|
Use a custom buffer intead of buffers from bytes
This commit implements a new buffer that eliminates a few copies.
|
2015-08-01 11:59:50 -04:00 |
|