odata.net
odata.net copied to clipboard
Remove HttpWebRequestMessage
HttpWebRequestMessage
is based on HttpWebRequest
which is no longer recommended for new development.
Assemblies affected
Which assemblies and versions are known to be affected e.g. OData .Net lib 7.x
Reproduce steps
The simplest set of steps to reproduce the issue. If possible, reference a commit that demonstrates the issue.
Expected result
What would happen if there wasn't a bug.
Actual result
What is actually happening.
Additional detail
Optional, details of the root cause if known. Delete this section if you have no additional details to add.
Let's make sure that there isn't a performance regression if we remove this and require the use of httpclientrequest. There shouldn't be if we allow customers to provide their own httpclients so that they can be re-used.
Duplicate of https://github.com/OData/odata.net/issues/1960