Skip to content

Commit a0694af

Browse files
committed
DPL: speedup processing of piped jsons
1 parent ee0b597 commit a0694af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Framework/Core/src/WorkflowSerializationHelpers.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,7 @@ bool WorkflowSerializationHelpers::import(std::istream& s,
967967
return false;
968968
}
969969
rapidjson::Reader reader;
970+
s.tie(nullptr);
970971
rapidjson::IStreamWrapper isw(s);
971972
WorkflowImporter importer{workflow, metadata, command};
972973
bool ok = reader.Parse(isw, importer);

0 commit comments

Comments
 (0)