_Scenario_:
I am using PushStreamContent to write large amount of data. In middle of writing this data an exception occurs.
_Expected_:
Abort the connection so that clients know that indeed some error happened as otherwise currently they would receive an 200 OK error message and truncated body.
_Actual_:
200 OK response with truncated body.
This is a regression from 5.0
_Attached_ a katana selfhost repro.
I am using PushStreamContent to write large amount of data. In middle of writing this data an exception occurs.
_Expected_:
Abort the connection so that clients know that indeed some error happened as otherwise currently they would receive an 200 OK error message and truncated body.
_Actual_:
200 OK response with truncated body.
This is a regression from 5.0
_Attached_ a katana selfhost repro.