[bug] fix tcp http header version
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
parent
8b25e21f4e
commit
4bb31b0af4
@ -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…
x
Reference in New Issue
Block a user