Trying out a solution KKona

This commit is contained in:
Rasmus Karlsson
2018-07-07 13:51:01 +02:00
parent 6bf7ba1ebe
commit 55269587f5
3 changed files with 42 additions and 37 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ namespace chatterino {
class NetworkRequest
{
// Stores all data about the request that needs to be passed around to each part of the request
NetworkData data;
std::shared_ptr<NetworkData> data;
// Timer that tracks the timeout
// By default, there's no explicit timeout for the request