Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gregw committed Aug 30, 2024
1 parent b812c31 commit 78b2e84
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1523,15 +1523,15 @@ public void succeeded()
return;
}

// as this is not an upgrade, we can shutdown the output if we know we are not persistent
// As this is not an upgrade, we can shutdown the output if we know we are not persistent
if (_sendCallback._shutdownOut)
getEndPoint().shutdownOutput();

_httpChannel.recycle();


// If we are still expecting 100 Continue and no content was read, then
// close the parser so that below it seeks EOF, not the next request.
// If a 100 Continue is still expected to be sent, but no content was read, then
// close the parser so that seeks EOF below, not the next request.
if (_expects100Continue)
{
_expects100Continue = false;
Expand Down

0 comments on commit 78b2e84

Please # to comment.