Browse Source

Temporary revert to the old behavior.

adaptive-webui-19844
Chocobo1 8 years ago
parent
commit
0b5de9ff54
  1. 1
      src/base/http/connection.cpp

1
src/base/http/connection.cpp

@ -88,6 +88,7 @@ void Connection::read() @@ -88,6 +88,7 @@ void Connection::read()
void Connection::sendResponse(const Response &response)
{
m_socket->write(toByteArray(response));
m_socket->close(); // TODO: remove when HTTP pipelining is supported
}
bool Connection::hasExpired(const qint64 timeout) const

Loading…
Cancel
Save