From: Thaddeus L Olczyk Date: 2006-08-19T18:50:04+09:00 Subject: Why is my http call failing? The code is simple: Net::HTTP.start("code.whytheluckystiff.net",80) { |http| print(http.head('/yaml')) } The error I get is that an EINVAL exception was generated. Using telnet to preform the same request, everything seems fine. I am using the latest version of Ruby on Windows ( NT4 SP6 ). -------------------------------------------------- Thaddeus L. Olczyk, PhD Think twice, code once.