# | Line 92 | Line 92 | public: | |
---|---|---|
92 | #ifdef _OpenSSL_ | |
93 | void setTls(bool tls) { this->tls = tls; } | |
94 | #endif | |
95 | < | bool empty() { return address == "" || path == ""; } |
95 | > | bool empty() { return address.empty() || path.empty(); } |
96 | // friends: | |
97 | friend ostream& operator<<(ostream& os, URL& data); | |
98 | }; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |