Compare commits

..

No commits in common. "195effd177cdb62a3b96b6a521908e4d55b80596" and "cf879f9527b2d2f06d0d9c77e9e13ac7c60ad873" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -1 +1 @@
2.4.11
2.4.10

View file

@ -721,7 +721,6 @@ class Outbound extends CommonClass {
let headerType = url.searchParams.get('headerType') ?? undefined;
let host = url.searchParams.get('host') ?? undefined;
let path = url.searchParams.get('path') ?? undefined;
let mode = url.searchParams.get('mode') ?? undefined;
if (type === 'tcp' || type === 'none') {
stream.tcp = new TcpStreamSettings(headerType ?? 'none', host, path);