mirror of https://github.com/nymea/nymea.git
Suppress recurring warning about missing user agents in http requests
parent
a0add78af0
commit
e53beffb4a
|
|
@ -226,7 +226,7 @@ void HttpRequest::validate()
|
|||
|
||||
// check User-Agent
|
||||
if (!m_rawHeaderList.contains("User-Agent"))
|
||||
qCWarning(dcWebServer()) << "User-Agent header is missing";
|
||||
qCDebug(dcWebServer()) << "User-Agent header is missing";
|
||||
|
||||
|
||||
// verify content length with actual payload
|
||||
|
|
|
|||
Loading…
Reference in New Issue