qBittorrent/src/base/http
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
..
connection.cpp Don't expire connection when there are data in buffer 2021-12-18 12:28:30 +08:00
connection.h Restart idle timer on sending network response 2021-12-14 13:52:33 +08:00
httperror.cpp Improve embedded tracker 2019-08-21 18:05:50 +08:00
httperror.h Remove const from class variables 2020-04-29 21:32:34 +08:00
irequesthandler.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
requestparser.cpp Fix handling when Content-Length field is absent 2021-11-21 11:48:49 +08:00
requestparser.h Replace QStringRef with QStringView 2021-07-15 10:56:49 +03:00
responsebuilder.cpp Rename function 2020-05-10 02:53:32 +08:00
responsebuilder.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
responsegenerator.cpp Avoid needless string-bytes conversion 2021-12-14 13:52:34 +08:00
responsegenerator.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
server.cpp Improve coding style 2020-11-17 21:02:37 +03:00
server.h Disable move constructor where it is sensible 2021-06-29 14:49:45 +08:00
types.h Add WebUI reverse proxy source IP resolution (#15047) 2021-06-23 09:01:36 +03:00