From: James Edward Gray II Date: 2007-01-28T11:38:07+09:00 Subject: Re: Net::HTTP Closes STDIN On Jan 27, 2007, at 7:39 PM, Eric Hodel wrote: > $stdin isn't closed, its at the end of file. Use #closed? to test > if an IO has been closed or not. Right, good point. However, when I call eof?() before the Net::HTTP call it behaves differently (stalls and prints false). Why does it not behave the same after that page read? James Edward Gray II