From 7f2c11220f2d27ac1ad3fdc343b06dd77edd28f1 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Tue, 18 Jun 2024 12:49:20 +0200 Subject: new - splithttp transport splithttp inbound splithttp outbound change priority host for ws - httpupgrade (host>>headers) --- sub/subJsonService.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sub/subJsonService.go') diff --git a/sub/subJsonService.go b/sub/subJsonService.go index 76d0b126..7b072b95 100644 --- a/sub/subJsonService.go +++ b/sub/subJsonService.go @@ -223,8 +223,9 @@ func (s *SubJsonService) streamData(stream string) map[string]interface{} { streamSettings["wsSettings"] = s.removeAcceptProxy(streamSettings["wsSettings"]) case "httpupgrade": streamSettings["httpupgradeSettings"] = s.removeAcceptProxy(streamSettings["httpupgradeSettings"]) + case "splithttp": + streamSettings["splithttpSettings"] = s.removeAcceptProxy(streamSettings["splithttpSettings"]) } - return streamSettings } -- cgit v1.2.3