Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Chunk encoding request will corrupt state for next reqeust #617

@ayende

Description

@ayende

A sequence of two requests (sequential, not concurrency involved) will cause Kestrel to generate invalid HTTP method for the 3rd request.

From the behavior, I'm assuming that you are reading the remains of the previous request.

Repro code is here: https://gist.github.com/ayende/989682910c8312629473
This is against "Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final",
I tried to test against the current dev branch, but I couldn't build it properly (I'll create another issue about that).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions