Move comment into loop, remove noop
This commit is contained in:
parent
4bba074d77
commit
bdadc8a3da
|
|
@ -198,10 +198,9 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
|
|||
|
||||
await ProduceEnd();
|
||||
|
||||
// Finish reading the request body in case the app did not.
|
||||
while (await RequestBody.ReadAsync(_nullBuffer, 0, _nullBuffer.Length) != 0)
|
||||
{
|
||||
;
|
||||
// Finish reading the request body in case the app did not.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue