Commit eef0715d authored by Fedor Indutny's avatar Fedor Indutny
Browse files

tls_wrap: fix interleaving in InvokeQueued



WriteItem callback may add new item to the `pending_write_items`. Ensure
that this item won't be called in the same `InvokeQueued` call, as it
may result in way-to-early `finish` event on js-side.

fix #7733

Signed-off-by: default avatarFedor Indutny <fedor@indutny.com>
parent ca550373
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment