mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-24 03:46:53 +00:00
[bug] fix tcp http header version
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
parent
33c762d878
commit
a01796bcf1
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ TcpStreamSettings.TcpRequest = class extends XrayCommonClass {
|
||||||
|
|
||||||
toJson() {
|
toJson() {
|
||||||
return {
|
return {
|
||||||
|
version: this.version,
|
||||||
method: this.method,
|
method: this.method,
|
||||||
path: ObjectUtil.clone(this.path),
|
path: ObjectUtil.clone(this.path),
|
||||||
headers: XrayCommonClass.toV2Headers(this.headers),
|
headers: XrayCommonClass.toV2Headers(this.headers),
|
||||||
|
|
Loading…
Reference in a new issue