Subject: Re: [Boost-users] asio HTTP client example always returns error 400
From: G S (stokestack_at_[hidden])
Date: 2010-08-25 03:34:38


OK, well, it turns out that you have to have a slash in front of the
name of the item you're trying to GET:

               request_stream << "GET " << "/index.html" << " HTTP/1.0\r\n";

Glad we had this time together...