Thaddeus L Olczyk wrote: > 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 ). What happens if you use a more recent version of Windows? -- Posted via http://www.ruby-forum.com/.