Fixed request path when using proxy with HTTPS client
This commit is contained in:
parent
fa4dd130e5
commit
ddb5622f76
3 changed files with 5 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue