9 - fixing bulk push/pop
This commit is contained in:
parent
43d274259e
commit
8073daa173
3 changed files with 97 additions and 56 deletions
|
|
@ -13,10 +13,10 @@ import (
|
|||
)
|
||||
|
||||
type connection struct {
|
||||
reader *bufio.Reader
|
||||
conn net.Conn
|
||||
reader *bufio.Reader
|
||||
conn net.Conn
|
||||
cmdMaxBytes int
|
||||
closed bool
|
||||
closed bool
|
||||
}
|
||||
|
||||
func newConnection(d *driver) (*connection, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue