mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-10 01:33:53 +00:00
Fix #1303
This commit is contained in:
parent
df20c27696
commit
219d13b718
@ -4411,6 +4411,8 @@ inline void hosted_at(const char *hostname, std::vector<std::string> &addrs) {
|
|||||||
addrs.push_back(ip);
|
addrs.push_back(ip);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
freeaddrinfo(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline std::string append_query_params(const char *path, const Params ¶ms) {
|
inline std::string append_query_params(const char *path, const Params ¶ms) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user