Skip to content

Commit 0255e75

Browse files
committed
Specify Async_AfterWrite method to be called in QueueWork
1 parent 2f6d730 commit 0255e75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/njs/src/njsCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2015, 2016, Oracle and/or its affiliates.
1+
/* Copyright (c) 2015-2017 Oracle and/or its affiliates.
22
All rights reserved. */
33

44
/******************************************************************************

src/njs/src/njsIntLob.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2015-2017, Oracle and/or its affiliates. All rights reserved. */
22

33
/******************************************************************************
44
*
@@ -398,7 +398,7 @@ NAN_METHOD(njsILob::Write)
398398
lob->activeBaton = baton;
399399
baton->SetDPILobHandle(lob->dpiLobHandle);
400400
}
401-
baton->QueueWork("Write", Async_Write, NULL, 1);
401+
baton->QueueWork("Write", Async_Write, Async_AfterWrite, 1);
402402
}
403403

404404

0 commit comments

Comments
 (0)