We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e16b8b + 06d238b commit 42ded97Copy full SHA for 42ded97
2 files changed
src/iisnode/cnodehttpmodule.cpp
@@ -229,6 +229,7 @@ REQUEST_NOTIFICATION_STATUS CNodeHttpModule::OnAsyncCompletion(
229
230
if(ctx->GetIsUpgrade() && value == 0)
231
{
232
+ ctx->GetNodeProcess()->OnRequestCompleted( ctx );
233
//
234
// when the pending async count reaches 0,
235
// need to return RQ_NOTIFICATION_CONTINUE
src/version.txt
@@ -1 +1 @@
1
-0.2.16
+0.2.17
0 commit comments