On Mon, 30 Sep 2013 09:53:54 GMT, Jack Applegame wrote:

There is something wrong with HTTPClient. I can't download any page.
Windows 7 64, dmd 2.063.2, vibe.d last master.
(...)

Turns out the issue was the URL "http://vibed.org". There was no check to see if the part after the host name is empty and the resulting request was "GET HTTP/1.1" instead of "GET / HTTP/1.1". Fixed now on master.