Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 8e1eb31

Browse files
author
Cesar Blum Silveira
committed
Revert change to Frame.TryProduceInvalidRequestResponse().
1 parent f754a07 commit 8e1eb31

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.AspNetCore.Server.Kestrel/Internal/Http

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Server.Kestrel/Internal/Http/Frame.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ private void ProduceStart(bool appCompleted)
703703

704704
protected Task TryProduceInvalidRequestResponse()
705705
{
706-
if (_requestRejected || _applicationException != null)
706+
if (_requestRejected)
707707
{
708708
if (FrameRequestHeaders == null || FrameResponseHeaders == null)
709709
{

0 commit comments

Comments
 (0)