mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Fix #531
This commit is contained in:
parent
010e4479f4
commit
ce502a73e1
2 changed files with 48 additions and 10 deletions
|
@ -2319,7 +2319,7 @@ TEST_F(ServerTest, MultipartFormDataGzip) {
|
|||
static bool send_request(time_t read_timeout_sec, const std::string &req,
|
||||
std::string *resp = nullptr) {
|
||||
auto client_sock =
|
||||
detail::create_client_socket(HOST, PORT, nullptr,
|
||||
detail::create_client_socket(HOST, PORT, false, nullptr,
|
||||
/*timeout_sec=*/5, 0, std::string());
|
||||
|
||||
if (client_sock == INVALID_SOCKET) { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue