Skip to content

Commit

Permalink
[bug] fix tcp http header version
Browse files Browse the repository at this point in the history
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
  • Loading branch information
MHSanaei and alireza0 committed Jan 9, 2024
1 parent 8b25e21 commit 4bb31b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/assets/js/model/xray.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ TcpStreamSettings.TcpRequest = class extends XrayCommonClass {

toJson() {
return {
version: this.version,
method: this.method,
path: ObjectUtil.clone(this.path),
headers: XrayCommonClass.toV2Headers(this.headers),
Expand Down

0 comments on commit 4bb31b0

Please sign in to comment.