Skip to content

Commit

Permalink
Merge pull request #389 from Azure/iisnode-dev
Browse files Browse the repository at this point in the history
Fix issue #24
  • Loading branch information
rramachand21 committed Oct 7, 2014
2 parents b19e7a5 + 06d238b commit 33f224a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/iisnode/cnodehttpmodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ REQUEST_NOTIFICATION_STATUS CNodeHttpModule::OnAsyncCompletion(

if(ctx->GetIsUpgrade() && value == 0)
{
ctx->GetNodeProcess()->OnRequestCompleted( ctx );
//
// when the pending async count reaches 0,
// need to return RQ_NOTIFICATION_CONTINUE
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.16
0.2.17

0 comments on commit 33f224a

Please sign in to comment.