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
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue