From 5cc7c795eb06e013291f50c663b67eabe6249d16 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Mon, 20 Jun 2022 22:25:59 +0800 Subject: [PATCH] chore: remove unused --- adapter/outbound/vmess.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/adapter/outbound/vmess.go b/adapter/outbound/vmess.go index 63ab4664..52c89020 100644 --- a/adapter/outbound/vmess.go +++ b/adapter/outbound/vmess.go @@ -51,10 +51,6 @@ type VmessOption struct { WSOpts WSOptions `proxy:"ws-opts,omitempty"` PacketAddr bool `proxy:"packet-addr,omitempty"` AuthenticatedLength bool `proxy:"authenticated-length,omitempty"` - - // TODO: compatible with VMESS WS older version configurations - WSHeaders map[string]string `proxy:"ws-headers,omitempty"` - WSPath string `proxy:"ws-path,omitempty"` } type HTTPOptions struct {