css updated

This commit is contained in:
acetone
2022-11-22 18:42:11 +03:00
parent f934913f51
commit e7408fa931
2 changed files with 2 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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, &currentTrafficVolume) );
httpDocument().setHeader(HttpDocument::CommonHeader::SetCookie,