Skip to content

Commit 16807e7

Browse files
committed
quic: add session id callback to test
1 parent 5fe8d8b commit 16807e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/parallel/test-quic-internal-setcallbacks.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const callbacks = {
3434
onStreamDrain() {},
3535
onStreamReset() {},
3636
onStreamHeaders() {},
37+
onStreamSessionId() {},
3738
onStreamTrailers() {},
3839
};
3940
// Fail if any callback is missing

0 commit comments

Comments
 (0)