Explorar el Código

Updated test.cc

yhirose hace 5 años
padre
commit
33e94891ee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/test.cc

+ 1 - 0
test/test.cc

@@ -3880,6 +3880,7 @@ TEST(SSLClientTest, WildcardHostNameMatch) {
 
   cli.set_ca_cert_path(CA_CERT_FILE);
   cli.enable_server_certificate_verification(true);
+  cli.set_follow_location(true);
 
   auto res = cli.Get("/");
   ASSERT_TRUE(res);