Skip to content

Commit

Permalink
process_ibuf(): do late initdata handoff following process_escapes() #…
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Dec 21, 2021
1 parent 22d989a commit 3d96b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/in.c
Original file line number Diff line number Diff line change
Expand Up @@ -2091,6 +2091,7 @@ process_ibuf(inputctx* ictx){
// we could theoretically do this in parallel with process_bulk, but it
// hardly seems worthwhile without breaking apart the fetches of input.
process_escapes(ictx, ictx->tbuf, &ictx->tbufvalid);
handoff_initial_responses_late(ictx);
}
if(ictx->ibufvalid){
if(ictx_independent_p(ictx)){
Expand Down

0 comments on commit 3d96b91

Please sign in to comment.