mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 12:48:04 -06:00
Use the new Http classes.
This commit is contained in:
@@ -136,5 +136,5 @@ QByteArray HttpResponseGenerator::toByteArray() {
|
||||
}
|
||||
|
||||
setContentLength(m_message.size());
|
||||
return QHttpResponseHeader::toString().toUtf8() + m_message;
|
||||
return HttpResponseHeader::toString().toUtf8() + m_message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user