-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conn: check we can use compression in startup (#1215)
* conn: check we can use compression in startup If the user asks to use compression check that the remote server supports it by making an options call first. Rejig conn startup to be self contained. * simplify TestFrameHeaderObserver * disable compression if the server doesnt support it
- Loading branch information
Showing
2 changed files
with
102 additions
and
70 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