Pārlūkot izejas kodu

reduce memory consumption of mux.Writer

Darien Raymond 8 gadi atpakaļ
vecāks
revīzija
948534f480
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
 }