mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
Improve embedded tracker
Now it conforms to BEPs more closely.
This commit is contained in:
parent
94f7a095bb
commit
8d0d8e4dcb
10 changed files with 423 additions and 230 deletions
|
@ -32,7 +32,7 @@ using namespace Http;
|
|||
|
||||
void ResponseBuilder::status(const uint code, const QString &text)
|
||||
{
|
||||
m_response.status = ResponseStatus(code, text);
|
||||
m_response.status = {code, text};
|
||||
}
|
||||
|
||||
void ResponseBuilder::header(const QString &name, const QString &value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue