We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c1501 commit b98d6b1Copy full SHA for b98d6b1
src/http_client.cpp
@@ -149,7 +149,9 @@ static HttpResponse waitForResponse(const uint32_t timeout_ms) {
149
if (got_shutdown_callback) {
150
if (shutdown_error_code != 0) {
151
Log.errorf(
152
- F("HTTP request failed with cURL error code: %d\r\n"),
+ F("HTTP request failed with curl error code: %d. "
153
+ "Please refer to libcurl's error codes for more "
154
+ "information.\r\n"),
155
shutdown_error_code);
156
}
157
0 commit comments