Skip to content

Commit 4564773

Browse files
committed
quic: do not capture reader
1 parent e6b9f4f commit 4564773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_blob.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ void Blob::Reader::Pull(const FunctionCallbackInfo<Value>& args) {
362362
impl->callback.Reset(env->isolate(), fn);
363363
impl->env = env;
364364

365-
auto next = [impl, reader](int status,
365+
auto next = [impl](int status,
366366
const DataQueue::Vec* vecs,
367367
size_t count,
368368
bob::Done doneCb) mutable {

0 commit comments

Comments
 (0)