Skip to content

stream: add known_issue test for sync callback with error

If the write callbacks are invoked synchronously with an error, onwriteError would cause the error event to be emitted synchronously, making it impossible to attach an error handler after the call that triggered it.

Refs: https://github.com/nodejs/quic/pull/341/commits/b0d469c69c49c9186c1a581a7cebce4c5d398947 Refs: https://github.com/nodejs/quic/pull/341

Merge request reports

Loading