Fixed request path when using proxy with HTTPS client

This commit is contained in:
eidheim 2016-11-26 10:32:47 +01:00
commit ddb5622f76
3 changed files with 5 additions and 17 deletions

View file

@ -33,10 +33,6 @@ namespace SimpleWeb {
protected:
boost::asio::ssl::context context;
std::string protocol() const {
return "https";
}
void connect() {
if(!socket || !socket->lowest_layer().is_open()) {
std::unique_ptr<boost::asio::ip::tcp::resolver::query> query;