Skip to content

Commit c0fe351

Browse files
authored
DPL: speedup processing of piped jsons (#15565)
1 parent 77c2fc3 commit c0fe351

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)