Forgot to WriteFast in SocketOutput (#1527)
This commit is contained in:
parent
cf576559b6
commit
f546f16356
|
|
@ -89,7 +89,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Internal.Http
|
|||
ChunkWriter.WriteBeginChunkBytes(ref writableBuffer, buffer.Count);
|
||||
}
|
||||
|
||||
writableBuffer.Write(buffer);
|
||||
writableBuffer.WriteFast(buffer);
|
||||
|
||||
if (chunk)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue