process_ibuf(): do late initdata handoff following process_escapes() #2496

pull/2497/head
nick black 3 years ago
parent 22d989a847
commit 3d96b91e87
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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)){

Loading…
Cancel
Save