mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Implement robust acceptsGzipEncoding()
Adhere more to http/1.1 standard
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Http
|
||||
void read();
|
||||
|
||||
private:
|
||||
static bool acceptsGzipEncoding(const QString &encoding);
|
||||
static bool acceptsGzipEncoding(QString codings);
|
||||
void sendResponse(const Response &response);
|
||||
|
||||
QTcpSocket *m_socket;
|
||||
|
||||
Reference in New Issue
Block a user