[bug] fix tcp http header version

This commit is contained in:
Alireza Ahmadi
2024-01-05 19:41:43 +01:00
parent 56336cbcef
commit 8b64976eef

View File

@@ -229,6 +229,7 @@ TcpStreamSettings.TcpRequest = class extends XrayCommonClass {
toJson() {
return {
version: this.version,
method: this.method,
path: ObjectUtil.clone(this.path),
headers: XrayCommonClass.toV2Headers(this.headers),