-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure shared http code (#32141)
- Loading branch information
Showing
47 changed files
with
147 additions
and
246 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths. | ||
# See https://help.github.com/articles/about-code-owners/ | ||
|
||
/src/libraries/Common/src/System/Net/Http/Http2/ @dotnet/http2 | ||
/src/libraries/Common/tests/Tests/System/Net/Http2/ @dotnet/http2 | ||
/src/libraries/Common/src/System/Net/Http/aspnetcore/ @dotnet/http2 | ||
/src/libraries/Common/tests/Tests/System/Net/aspnetcore/ @dotnet/http2 | ||
/src/libraries/System.Text.Json/ @ahsonkhan @steveharter @layomia @Jozkee | ||
/src/libraries/System.Buffers/ @ahsonkhan | ||
/src/libraries/System.Memory/ @ahsonkhan |
19 changes: 0 additions & 19 deletions
19
src/libraries/Common/src/System/Net/Http/Http2/CopyToAspNetCore.sh
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/libraries/Common/src/System/Net/Http/Http2/CopyToRuntime.cmd
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
src/libraries/Common/src/System/Net/Http/Http2/CopyToRuntime.sh
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/libraries/Common/src/System/Net/Http/Http3/CopyToAspNetCore.cmd
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
src/libraries/Common/src/System/Net/Http/Http3/ReadMe.SharedCode.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
src/libraries/Common/tests/Tests/System/Net/Http2/ReadMe.SharedCode.md
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
src/libraries/Common/tests/Tests/System/Net/aspnetcore/ReadMe.SharedCode.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
The code in this directory is shared between the runtime libraries and AspNetCore. This contains tests for HTTP/2 and HTTP/3 protocol infrastructure such as HPACK. Any changes to this dir need to be checked into both repositories. | ||
|
||
For additional details see: | ||
- runtime/src/libraries/Common/src/System/Net/Http/aspnetcore/ReadMe.SharedCode.md | ||
- AspNetCore/src/Shared/runtime/ReadMe.SharedCode.md |
Oops, something went wrong.