diff --git a/app/proxyman/mux/writer.go b/app/proxyman/mux/writer.go index 47c419145..07c7f0816 100644 --- a/app/proxyman/mux/writer.go +++ b/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 }