Skip to content

Commit c5f8424

Browse files
committed
quic: Add to close capsule
1 parent 9905890 commit c5f8424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/internal/quic/quic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2666,7 +2666,7 @@ class QuicStream {
26662666
debug(`stream ${this.id} closeWebtransportSessionStream with code`, code,
26672667
' and msg:', msg);
26682668
}
2669-
return this.#handle.closeWebtransportSessionStream(session.#handle);
2669+
return this.#handle.closeWebtransportSessionStream(code, msg);
26702670
}
26712671

26722672
[kFinishClose](error) {

0 commit comments

Comments
 (0)