kiota-http-dotnet
kiota-http-dotnet copied to clipboard
ensure 3XX responses without location header do not throw
follow up to https://github.com/microsoft/kiota/pull/4367 and https://github.com/microsoft/kiota/issues/4190
Implement a unit test with a 304 response, no location header, check the request adapter returns null and doesn't throw. Most likely this line will need to be adapted. https://github.com/microsoft/kiota-http-dotnet/blob/d960c5fa7f0661ea294b6962be105890a27fe999/src/HttpClientRequestAdapter.cs#L385