Fix spelling nit
This commit is contained in:
parent
58284bde5c
commit
d92c55dbfc
|
|
@ -208,7 +208,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
||||||
clientFinishedSendingRequestBody.Set();
|
clientFinishedSendingRequestBody.Set();
|
||||||
};
|
};
|
||||||
|
|
||||||
var gnore = sendFunc();
|
var ignore = sendFunc();
|
||||||
|
|
||||||
// The minimum is (maxRequestBufferSize - maxSendSize + 1), since if bytesWritten is
|
// The minimum is (maxRequestBufferSize - maxSendSize + 1), since if bytesWritten is
|
||||||
// (maxRequestBufferSize - maxSendSize) or smaller, the client should be able to
|
// (maxRequestBufferSize - maxSendSize) or smaller, the client should be able to
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue