bug dodge: Invalid Program Excep on Clr

This commit is contained in:
Ben Adams 2016-02-27 13:23:54 +00:00
parent 766803c573
commit dab1a1fa8d
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Http
/// </summary>
private class ForChunkedEncoding : MessageBody
{
private static Vector<byte> _vectorCRs = new Vector<byte>((byte)'\r');
private Vector<byte> _vectorCRs = new Vector<byte>((byte)'\r');
private int _inputLength;
private Mode _mode = Mode.Prefix;