mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Define and use a proper HTTP header structure
This commit is contained in:
@@ -156,12 +156,5 @@ private:
|
||||
bool m_isHostHeaderValidationEnabled;
|
||||
bool m_isHttpsEnabled;
|
||||
|
||||
// Custom HTTP headers
|
||||
struct CustomHTTPHeader
|
||||
{
|
||||
QString name;
|
||||
QString value;
|
||||
};
|
||||
|
||||
QVector<CustomHTTPHeader> m_prebuiltHeaders;
|
||||
QVector<Http::Header> m_prebuiltHeaders;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user