Made protocol() const, added default proxy ports, and added handshake on https proxy (based on #83)
This commit is contained in:
parent
4141b76574
commit
599775c83f
3 changed files with 47 additions and 18 deletions
|
|
@ -48,7 +48,7 @@ class ClientTest : public ClientBase<HTTP> {
|
|||
public:
|
||||
ClientTest(const std::string& server_port_path) : ClientBase<HTTP>::ClientBase(server_port_path, 80) {}
|
||||
|
||||
std::string protocol() {
|
||||
std::string protocol() const {
|
||||
return "http";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue