mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-17 00:02:49 -04: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 |