Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit c30fc2b

Browse files
committed
addressed feedback
1 parent c731872 commit c30fc2b

File tree

1 file changed

+1
-2
lines changed
  • src/Microsoft.Net.Http.Server/RequestProcessing

1 file changed

+1
-2
lines changed

src/Microsoft.Net.Http.Server/RequestProcessing/Response.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,8 +868,7 @@ private void NotifyOnResponseCompleted()
868868
return;
869869
}
870870

871-
// Execute last to first. This mimics a stack unwind.
872-
foreach (var actionPair in actions.Reverse())
871+
foreach (var actionPair in actions)
873872
{
874873
try
875874
{

0 commit comments

Comments
 (0)