mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Fix tables appearance in Web UI
Fix empty array parsing in JSON
This commit is contained in:
parent
7778877fa7
commit
3172e1f530
7 changed files with 13 additions and 9 deletions
|
@ -150,7 +150,7 @@ void HttpConnection::respond() {
|
|||
write();
|
||||
return;
|
||||
}
|
||||
qDebug("Auth: %s", qPrintable(auth.split(" ").first()));
|
||||
//qDebug("Auth: %s", qPrintable(auth.split(" ").first()));
|
||||
if (QString::compare(auth.split(" ").first(), "Digest", Qt::CaseInsensitive) != 0 || !parent->isAuthorized(auth.toLocal8Bit(), parser.method())) {
|
||||
// Update failed attempt counter
|
||||
parent->increaseNbFailedAttemptsForIp(peer_ip);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue