reduce memory consumption of mux.Writer

pull/642/merge
Darien Raymond 2017-10-21 20:21:51 +02:00
parent 9df5ac6e4f
commit 948534f480
1 changed files with 1 additions and 1 deletions

View File

@ -10,9 +10,9 @@ import (
) )
type Writer struct { type Writer struct {
id uint16
dest net.Destination dest net.Destination
writer buf.Writer writer buf.Writer
id uint16
followup bool followup bool
transferType protocol.TransferType transferType protocol.TransferType
} }