Skip to content

Commit

Permalink
#2975 enable 'flush' packet header mode so proxies can take advantage…
Browse files Browse the repository at this point in the history
… of it

git-svn-id: https://xpra.org/svn/Xpra/trunk@28120 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 11, 2020
1 parent ac19c3b commit 6923db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,7 @@ XpraClient.prototype._make_hello = function() {
"file-transfer" : this.file_transfer,
"printing" : this.printing,
"file-size-limit" : 10,
"flush" : true,
});
};

Expand Down

0 comments on commit 6923db6

Please sign in to comment.