Merge remote-tracking branch 'origin/master' into feature/csv_buffer

This commit is contained in:
ado
2024-02-17 03:39:11 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -167,7 +167,7 @@ public:
return;
}
if (header_.empty()) {
if (header_.empty() && !eof()) {
split_header_data();
}