This commit is contained in:
yhirose 2020-06-20 12:43:59 -04:00
parent 010e4479f4
commit ce502a73e1
2 changed files with 48 additions and 10 deletions

View file

@ -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; }