1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00
Chocobo1 aedd997604
Don't expire connection when there are data in buffer
For writing, this ensures expire handler won't be executed in a small
time window, that is after `m_socket->write()` and before
`QIODevice::bytesWritten()` signal.
For reading, this let the socket to have the chance to process the
received data instead of dropping it.

PR #15849.
2021-12-18 12:28:30 +08:00
..
2019-08-21 18:05:50 +08:00
2020-04-29 21:32:34 +08:00
2020-05-10 02:53:32 +08:00
2020-11-17 21:02:37 +03:00