mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
[bug] fix tcp http header version
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
parent
8b25e21f4e
commit
4bb31b0af4
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