Server code sharing
Open
affected-very-few
area-networking
enhancement
severity-nice-to-have
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
There's a fair amount of code duplication across Kestrel, HttpSys, and IIS that should be consolidated either via shared source or library.
E.g. PathNormalizer is a direct copy across all three servers:
https://github.com/aspnet/AspNetCore/blob/master/src/Shared/HttpSys/RequestProcessing/PathNormalizer.cs
https://github.com/aspnet/AspNetCore/blob/master/src/Servers/Kestrel/Core/src/Internal/Http/PathNormalizer.cs
Contributor guide
Assessment
This issue has not been assessed yet.