mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
Web UI: Fix HTTP request processing with Firefox
This commit is contained in:
parent
65eb40d1f5
commit
80bf89857a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue