dotnet / dotnet/aspnetcore

Server code sharing

Open
#12,094 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.