mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 08:19:30 +08:00
Web UI: Fix HTTP request processing with Firefox
This commit is contained in:
parent
65eb40d1f5
commit
80bf89857a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user