aspnetcore/src
David Fowler 547ad80a27 Don't update consumed if we didn't see a new line (#1592)
* Don't update consumed if we didn't see a new line
- The start line parser incorrectly updated the consumed cursor
when it attempted to find new lines across buffers. This change fixes
that and also removes passing the span by reference (which will be illegal).
- Added a unit test
2017-04-02 00:03:06 -07:00
..
Microsoft.AspNetCore.Server.Kestrel More decoupling (#1572) 2017-03-30 20:14:50 -07:00
Microsoft.AspNetCore.Server.Kestrel.Core Don't update consumed if we didn't see a new line (#1592) 2017-04-02 00:03:06 -07:00
Microsoft.AspNetCore.Server.Kestrel.Https More decoupling (#1572) 2017-03-30 20:14:50 -07:00
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00