Skip to content

Commit da674d4

Browse files
committed
httpupgrade: remove host from header
1 parent cc32525 commit da674d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/html/xui/form/stream/stream_httpupgrade.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a-input v-model.trim="inbound.stream.httpupgrade.path"></a-input>
1111
</a-form-item>
1212
<a-form-item label='{{ i18n "pages.inbounds.stream.tcp.requestHeader" }}'>
13-
<a-button icon="plus" size="small" @click="inbound.stream.httpupgrade.addHeader('host', '')"></a-button>
13+
<a-button icon="plus" size="small" @click="inbound.stream.httpupgrade.addHeader('', '')"></a-button>
1414
</a-form-item>
1515
<a-form-item :wrapper-col="{span:24}">
1616
<a-input-group compact v-for="(header, index) in inbound.stream.httpupgrade.headers">

0 commit comments

Comments
 (0)