-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs for low_latency option and fix parsing issue (#2631)
* Treat low_latency=false as false instead of true Previously the binder.parse code was just checking that the low_latency key existed, but the docs (and other options) support passing options in the format `option=false`. This commit now treats `low_latency=false` as false, while still treating `low_latency` with no `=` as true * Update docs to reflect code behaviour * Skip getsockopt tests in JRuby JRuby (at least this version) doesn't support basic Socket constants or methods Ref: jruby/jruby#3438
- Loading branch information
1 parent
ffa5d56
commit 8c211dc
Showing
3 changed files
with
29 additions
and
2 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