Some code changed with Clang-Tidy
This commit is contained in:
@ -775,7 +775,7 @@ Dictionary HTTPClient::_get_response_headers_as_dictionary() {
|
||||
get_response_headers(&rh);
|
||||
Dictionary ret;
|
||||
for (const List<String>::Element *E = rh.front(); E; E = E->next()) {
|
||||
String s = E->get();
|
||||
const String &s = E->get();
|
||||
int sp = s.find(":");
|
||||
if (sp == -1)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user