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

http: make redirect_exception work from inside futures #14

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

jcsp
Copy link

@jcsp jcsp commented Oct 28, 2021

Previously this was only handled from synchronous
code inside a handler, not when thrown from inside
the future returned by the handler.

Signed-off-by: John Spray jcs@vectorized.io

src/http/routes.cc Outdated Show resolved Hide resolved
Previously this was only handled from synchronous
code inside a handler, not when thrown from inside
the future returned by the handler.

Signed-off-by: John Spray <jcs@vectorized.io>
@dotnwat dotnwat merged commit a65207a into redpanda-data:master Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants