We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07fb1a commit a5184cbCopy full SHA for a5184cb
1 file changed
src/common/HTTPSClient.h
@@ -35,6 +35,7 @@ class HTTPSClient
35
int responseCode;
36
};
37
38
+ virtual ~HTTPSClient() {}
39
virtual bool valid() const = 0;
40
virtual Reply request(const Request &req) = 0;
41
0 commit comments