Web UI: Fix HTTP request processing with Firefox

This commit is contained in:
Christophe Dumez 2011-10-01 22:57:08 +03:00
parent 65eb40d1f5
commit 80bf89857a

View File

@ -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;