We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed4a61 commit 002d0e3Copy full SHA for 002d0e3
cadente/Sisk.Cadente/HttpSerializer/HttpRequestReader.cs
@@ -56,8 +56,7 @@ static class HttpRequestReader {
56
cancellationToken
57
).ConfigureAwait ( false );
58
59
- if (bytesRead == 0)
60
- {
+ if (bytesRead == 0) {
61
Logger.LogInformation ( $"failed to parse HTTP request: connection closed" );
62
return null;
63
}
0 commit comments