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

@ -48,10 +48,6 @@ class ClientTest : public ClientBase<HTTP> {
public:
ClientTest(const std::string& server_port_path) : ClientBase<HTTP>::ClientBase(server_port_path, 80) {}
std::string protocol() const {
return "http";
}
void connect() {}
bool constructor_parse_test1() {