bug dodge: Invalid Program Excep on Clr
This commit is contained in:
parent
766803c573
commit
dab1a1fa8d
|
|
@ -224,7 +224,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Http
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private class ForChunkedEncoding : MessageBody
|
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 int _inputLength;
|
||||||
private Mode _mode = Mode.Prefix;
|
private Mode _mode = Mode.Prefix;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue