Explorar o código

reduce memory consumption of mux.Writer

Darien Raymond %!s(int64=8) %!d(string=hai) anos
pai
achega
948534f480
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/proxyman/mux/writer.go

+ 1 - 1
app/proxyman/mux/writer.go

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