mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-16 05:01:37 +03:00
Temporary revert to the old behavior.
This commit is contained in:
parent
a35c6426ab
commit
0b5de9ff54
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue