mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-09 00:01:48 -05:00
8 lines
173 B
Ruby
8 lines
173 B
Ruby
require "socket"
|
|
|
|
puts Process.pid
|
|
sleep 10
|
|
puts Addrinfo.getaddrinfo("www.google.com", 80).inspect
|
|
sleep 10
|
|
puts Addrinfo.getaddrinfo("www.google.com", 80).inspect
|
|
sleep 60 |