Skip to content

Commit

Permalink
Forgot to WriteFast in SocketOutput (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl authored Mar 21, 2017
1 parent cf57655 commit f546f16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public async Task WriteAsync(
ChunkWriter.WriteBeginChunkBytes(ref writableBuffer, buffer.Count);
}

writableBuffer.Write(buffer);
writableBuffer.WriteFast(buffer);

if (chunk)
{
Expand Down

0 comments on commit f546f16

Please sign in to comment.