-
Notifications
You must be signed in to change notification settings - Fork 10.5k
HttpSys request header dictionary does not remove headers when Remove() is called #44860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks for your PR, @singh733. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
src/Shared/HttpSys/RequestProcessing/RequestHeaders.Generated.cs
Outdated
Show resolved
Hide resolved
The auto generation is working? I thought it was broken/disabled years ago. #5869. How did you make it run? |
By adding TextTemplatingFileGenerator in the Custom tool it works. When we make any change and save it then the following pop up came. It automatically update the generated file |
src/Servers/HttpSys/src/RequestProcessing/RequestHeaders.Generated.tt
Outdated
Show resolved
Hide resolved
|
Hi, I am looking at #45156 touching the same files. To confirm the goal of this change: after this change |
A null value, but otherwise yes. aspnetcore/src/Shared/HttpSys/RequestProcessing/RequestHeaders.Generated.cs Lines 16 to 18 in 23b55b0
|
|
@Tratcher I have done all the changes as Suggested. Please let me know if you need any change. |
|
Thanks |


HttpSys request header dictionary does not remove headers when Remove() is called # 43230
Fixes # 43230