mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
[bug] fix tcp http header version
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user