mfournier (Marc Fournier)
- Login: mfournier
- Registered on: 01/06/2016
- Last sign in: 01/04/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/06/2016
-
12:26 PM Ruby Bug #11958 (Closed): TCPSocket.getsockopt().bool raises a TypeError on windows
- The following code snippet works as expected on linux (it returns "false"):
~~~ruby
require 'net/http'
http = Net::HTTP.new('192.168.111.21', 8080)
http.start
socket = http.instance_variable_get(:@socket).io
socket.getsockopt(S...