-
-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip some new specs for reading from a closed socket on Windows
These specs fails with error: ``` Errno::EINVAL: Invalid argument - recvmsg(2) ``` on calling the following methods: ```ruby client.recvmsg(10) # or client.recvmsg_nonblock(10) ```
- Loading branch information
1 parent
0ba6deb
commit 8126f9f
Showing
2 changed files
with
31 additions
and
27 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