mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Comment out debug print
This commit is contained in:
parent
b08e22ab00
commit
097c61b871
1 changed files with 1 additions and 1 deletions
|
@ -2422,8 +2422,8 @@ inline bool SSLClient::is_ssl() const { return true; }
|
|||
|
||||
inline bool SSLClient::check_host(const std::string &host,
|
||||
const char *pattern) const {
|
||||
printf("host: %s, pattern: %s\n", host.c_str(), pattern);
|
||||
// TODO: Wildcard
|
||||
// printf("host: %s, pattern: %s\n", host.c_str(), pattern);
|
||||
return host == pattern;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue