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