css updated
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -39,7 +39,7 @@ void SocketRunnable::get()
|
||||
{
|
||||
const QString cookieString = g::getValue(m_headers, "Cookie", g::GetValueType::HttpHeader);
|
||||
quint64 lastTrafficVolume = g::getValue(cookieString, LAST_TRAFFIC_VOLUME_COOKIE).toULongLong();
|
||||
qDebug() << "Cookie trafficvolume: raw" << cookieString << "; parsed" << lastTrafficVolume;
|
||||
qDebug().noquote() << "Cookie trafficvolume:" << lastTrafficVolume << "(from " + cookieString+")";
|
||||
quint64 currentTrafficVolume = 0;
|
||||
httpDocument().setBody( WebPage::document(lastTrafficVolume, ¤tTrafficVolume) );
|
||||
httpDocument().setHeader(HttpDocument::CommonHeader::SetCookie,
|
||||
|
||||
Reference in New Issue
Block a user