summaryrefslogtreecommitdiff
path: root/src/ingestor.hpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2026-01-18 01:36:06 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2026-01-18 01:36:06 +0000
commit04acfa679fd846ac829ded5562093b3766c85154 (patch)
treea9625eb96c8c4ed246b1f4d172c06d85df577dfe /src/ingestor.hpp
parent34051da2f27ffa40d0b6d20ae891a497fe73bfe5 (diff)
downloadwebstat-04acfa679fd846ac829ded5562093b3766c85154.tar.bz2
webstat-04acfa679fd846ac829ded5562093b3766c85154.tar.xz
webstat-04acfa679fd846ac829ded5562093b3766c85154.zip
Process new field, content-type, in input streamHEADmain
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r--src/ingestor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp
index a19c8ec..67a7a15 100644
--- a/src/ingestor.hpp
+++ b/src/ingestor.hpp
@@ -43,7 +43,7 @@ namespace WebStat {
using ScanResult = decltype(scn::scan<std::string_view, std::string_view, uint64_t, std::string_view,
QuotedString, QueryString, std::string_view, unsigned short, unsigned int, unsigned int, CLFString,
- CLFString>(std::declval<std::string_view>(), ""));
+ CLFString, CLFString>(std::declval<std::string_view>(), ""));
using ScanValues = std::remove_cvref_t<decltype(std::declval<WebStat::Ingestor::ScanResult>()->values())>;
[[nodiscard]] static ScanResult scanLogLine(std::string_view);