Exceptions during serialization cause broken pipes
Open
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 320
- PR merge metrics
- No merged PRs in 30d
Description
When an exception occurs during serialization of a response, the http response is interrupted and silently dropped.
Expect:
At least an exception should be logged.
If possible a 500 error is emitted (if headers have not been sent yet).
Contributor guide
Assessment
This issue has not been assessed yet.