Closed mayuki closed 4 months ago
This PR changed to throw an HttpRequestException when an exception occurs while reading content. This change aligns the behavior to .NET's HttpContent. This means that applications will catch HttpRequestException instead of IOException.
HttpRequestException
HttpContent
IOException
This PR changed to throw an
HttpRequestException
when an exception occurs while reading content. This change aligns the behavior to .NET'sHttpContent
. This means that applications will catchHttpRequestException
instead ofIOException
.