We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae30ec commit 4305275Copy full SHA for 4305275
tests/device/test_http_client/test_http_client.ino
@@ -75,7 +75,7 @@ TEST_CASE("HTTPS GET request", "[HTTPClient]")
75
REQUIRE(payload == "hello!!!");
76
}
77
{
78
- // request which returns 8000 bytes
+ // request which returns 4000 bytes
79
HTTPClient http;
80
http.begin(getenv("SERVER_IP"), 8088, "/data?size=4000", fp);
81
auto httpCode = http.GET();
0 commit comments