mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Merge remote-tracking branch 'origin/master' into feature/csv_buffer
This commit is contained in:
@@ -167,7 +167,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
if (header_.empty()) {
|
||||
if (header_.empty() && !eof()) {
|
||||
split_header_data();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user