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 7156ac9 commit fee369aCopy full SHA for fee369a
src/InfluxDbClient.cpp
@@ -453,7 +453,7 @@ bool InfluxDBClient::validateConnection() {
453
_lastErrorResponse = FPSTR(UnitialisedMessage);
454
return false;
455
}
456
- // on version 1.x /ping will by default return status code 200
+ // on version 1.x /ping will by default return status code 204, without verbose
457
String url = _serverUrl + (_dbVersion==2?"/ready":"/ping?verbose=true");
458
INFLUXDB_CLIENT_DEBUG("[D] Validating connection to %s\n", url.c_str());
459
0 commit comments