Skip to content

Commit 25124ed

Browse files
committed
quic: Fix CloseWebtransportSessionStream
1 parent c5f8424 commit 25124ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/quic/streams.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ struct Stream::Impl {
511511
if (args.Length() > 0) {
512512
CHECK(args[0]->IsUint32());
513513
wt_error_code = FromV8Value<uint32_t>(args[0]);
514+
}
514515
uint8_t * msg = nullptr;
515516
size_t msglen = 0;
516517
if (args.Length() > 1) {

0 commit comments

Comments
 (0)