diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-18 13:49:20 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-18 13:49:20 +0300 |
| commit | 7f2c11220f2d27ac1ad3fdc343b06dd77edd28f1 (patch) | |
| tree | e7e6b555f6edea2b4848f05e7aa936cb21735b24 /sub/subJsonService.go | |
| parent | 52b02fdef9a499efe99b2d32c78a7936fe34d4d6 (diff) | |
new - splithttp transport
splithttp inbound
splithttp outbound
change priority host for ws - httpupgrade (host>>headers)
Diffstat (limited to 'sub/subJsonService.go')
| -rw-r--r-- | sub/subJsonService.go | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |
