This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
ParsingHelper duplications #762
Closed
Description
For example:
and
https://github.com/aspnet/HttpAbstractions/blob/dev/src/Microsoft.AspNetCore.Http.Abstractions/Internal/HeaderSegment.cs
https://github.com/aspnet/HttpAbstractions/blob/dev/src/Microsoft.AspNetCore.Http.Abstractions/Internal/HeaderSegmentCollection.cs
There are only minor differences but we may be able to remove one and use the other. The reason we don't do it now is because both types are internal to their own assembly. There looks to be other duplications as well.