mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Send Date http header
It's not strict required but often expected. change class to namespace cleanup header
This commit is contained in:
committed by
sledgehammer999
parent
d9f4141221
commit
6ff614ebea
@@ -37,10 +37,10 @@
|
||||
|
||||
namespace Http
|
||||
{
|
||||
class ResponseGenerator
|
||||
namespace ResponseGenerator
|
||||
{
|
||||
public:
|
||||
static QByteArray generate(Response response);
|
||||
QByteArray generate(Response response);
|
||||
QString httpDate();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user