dotnet / systemweb-adapters

MIT License
335 stars 61 forks source link

Don't force default content-type if no content #450

Closed jherven closed 9 months ago

jherven commented 9 months ago

Don't force default content-type if no content If response has no content, don't automatically add content-type header

PR Description

Addresses #449

jherven commented 9 months ago

@dotnet-policy-service agree

jherven commented 9 months ago

There are some tests that are probably failing here

How could I miss those. Updated

twsouthwick commented 9 months ago

Thanks @jherven for the fix!