odata.net icon indicating copy to clipboard operation
odata.net copied to clipboard

Remove HttpWebRequestMessage

Open habbes opened this issue 2 years ago • 2 comments

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.

habbes avatar Aug 17 '22 16:08 habbes

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.

corranrogue9 avatar Aug 17 '22 16:08 corranrogue9

Duplicate of https://github.com/OData/odata.net/issues/1960

habbes avatar Feb 05 '24 09:02 habbes