Skip to content

Commit 747ad3b

Browse files
committed
bug fix - outbound xhttp link
1 parent cf879f9 commit 747ad3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/assets/js/model/outbound.js

+1
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ class Outbound extends CommonClass {
721721
let headerType = url.searchParams.get('headerType') ?? undefined;
722722
let host = url.searchParams.get('host') ?? undefined;
723723
let path = url.searchParams.get('path') ?? undefined;
724+
let mode = url.searchParams.get('mode') ?? undefined;
724725

725726
if (type === 'tcp' || type === 'none') {
726727
stream.tcp = new TcpStreamSettings(headerType ?? 'none', host, path);

0 commit comments

Comments
 (0)