-
-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move bytestreams "can_retry" function to a method of each connection, allowing us to move the platform code to where it belongs * don't inject ssl info into the generic SocketConnection object, just always use a SSLSocketConnection object when we wrap a connection * add new switches: bind-ws, bind-wss and auth-ws, auth-wss for http(s) / (secure)websockets * refactor socket setup: cleaner, smaller code * keep track of socket_info to show where clients are actually connecting to, reliably * more detailed logging of socket peek data for debugging, wrapping decision making * when wrapping sockets, verify that the peek_data isn't just plain wrong - bail out early if it is git-svn-id: https://xpra.org/svn/Xpra/trunk@16599 3bb7dfac-3a0b-4e04-842a-767bc560f471
- Loading branch information
Showing
8 changed files
with
302 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.