diff options
Diffstat (limited to 'web/html/xui')
| -rw-r--r-- | web/html/xui/form/stream/stream_splithttp.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/stream/stream_splithttp.html b/web/html/xui/form/stream/stream_splithttp.html index 12cd3cac..2d5177bd 100644 --- a/web/html/xui/form/stream/stream_splithttp.html +++ b/web/html/xui/form/stream/stream_splithttp.html @@ -55,5 +55,8 @@ <a-form-item label="Max Lifetime (ms)"> <a-input v-model="inbound.stream.splithttp.xmux.cMaxLifetimeMs"></a-input> </a-form-item> + <a-form-item label="No gRPC Header"> + <a-switch v-model="inbound.stream.splithttp.noGRPCHeader"></a-switch> + </a-form-item> </a-form> {{end}}
\ No newline at end of file |
