Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address TODOs in redirect controller #3990

Merged
merged 5 commits into from Mar 7, 2024
Merged

Address TODOs in redirect controller #3990

merged 5 commits into from Mar 7, 2024

Conversation

danielmarbach
Copy link
Contributor

Previous versions of ServiceControl did return during conflict the payload, which I restored. Furthermore, it was setting the reason phrase, which is no longer working with HTTP/2.

See

https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.features.ihttpresponsefeature.reasonphrase?view=aspnetcore-8.0
https://developer.mozilla.org/en-US/docs/Web/API/Response/statusText#value

Instead of switching everything to problem+json we are making a smaller step by using a reason header.

@danielmarbach danielmarbach merged commit c37c4ed into master Mar 7, 2024
19 checks passed
@danielmarbach danielmarbach deleted the redirects-todos branch March 7, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants