Loading src/gyr_meter.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ std::vector<char> GyrMeter::_fetch() { // Parse WWW-Authenticate challenge std::string authHeader; auto *whdr = resp0.getHeaderData("WWW-Authenticate"); auto *whdr = resp0.getHeaderData("www-authenticate"); if (whdr && whdr->getfirstValue()) { Loading Loading
src/gyr_meter.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ std::vector<char> GyrMeter::_fetch() { // Parse WWW-Authenticate challenge std::string authHeader; auto *whdr = resp0.getHeaderData("WWW-Authenticate"); auto *whdr = resp0.getHeaderData("www-authenticate"); if (whdr && whdr->getfirstValue()) { Loading