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

Still emit response if return type is Void #8367

Merged
merged 2 commits into from Nov 21, 2022
Merged

Commits on Nov 18, 2022

  1. Still emit response if return type is Void

    Before this patch, HttpClient would remove the actual response from the response publisher if the expected body type is Void. I don't see a reason to do this, and it leads to HTTP filters not seeing the response as they should.
    Fixes #8366
    yawkat committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    bf7540e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    e781fb5 View commit details
    Browse the repository at this point in the history