Closed benaadams closed 6 years ago
e.g. currently its saying there is a header; then returning null
; whereas it should say there isn't a header
Looks like the tests fail with this change.
Looks like the tests fail with this change.
Also needs aspnet/Common#330
I can put a fix in (e.g. put .ToArray();
back), then revert after?
Added fix back
Heads up, the original change was reverted. We'll reintroduce it more cautiously by doing full universe builds before merging.
We’re closing this PR because we don’t feel that this change is a good fit for the product at this time.
We thank you for the contribution and look forward to collaborating more in the future.
Isn't it only
HeaderDictionary
that needs the change to not addnull
s to the dictionary in theIDictionary
path as it does in theIHeaderDictionary
path?Also needs https://github.com/aspnet/Common/pull/330
/cc @Tratcher @ryanbrandenburg @dougbu @rynowak @halter73