Skip to content

Commit

Permalink
Fix sonar qube issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaliumhexacyanoferrat committed Feb 21, 2020
1 parent a82c082 commit f9944a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/GenHTTP.Core/Protocol/RequestParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ internal RequestParser(NetworkConfiguration configuration)
}
else { return null; }

while (await TryReadHeader(buffer, request)) { }
while (await TryReadHeader(buffer, request)) { /* nop */ }

if (await TryReadToken(buffer, '\r') == null)
{
Expand Down

0 comments on commit f9944a8

Please sign in to comment.