mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Web UI: Fix HTTP request processing with Firefox
This commit is contained in:
@@ -89,7 +89,7 @@ void HttpConnection::read() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!input.endsWith("\r\n\r\n")) {
|
if (!input.endsWith("\r\n")) {
|
||||||
// incomplete, let wait for more data
|
// incomplete, let wait for more data
|
||||||
qDebug() << Q_FUNC_INFO << "Incomplete HTTP request, let's wait for more data...";
|
qDebug() << Q_FUNC_INFO << "Incomplete HTTP request, let's wait for more data...";
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user