Suppress recurring warning about missing user agents in http requests
This commit is contained in:
parent
a0add78af0
commit
e53beffb4a
@ -226,7 +226,7 @@ void HttpRequest::validate()
|
|||||||
|
|
||||||
// check User-Agent
|
// check User-Agent
|
||||||
if (!m_rawHeaderList.contains("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
|
// verify content length with actual payload
|
||||||
|
|||||||
Reference in New Issue
Block a user