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

Wire up Server Push #11082

Merged
merged 1 commit into from
Jul 30, 2020
Merged

Wire up Server Push #11082

merged 1 commit into from
Jul 30, 2020

Conversation

stuartwdouglas
Copy link
Member

No description provided.

@@ -378,6 +379,7 @@ public void handle(RoutingContext event) {
event.remove(QuarkusHttpUser.AUTH_FAILURE_HANDLER);
VertxHttpExchange exchange = new VertxHttpExchange(event.request(), allocator, executorService, event,
event.getBody());
exchange.setPushHandler(VertxHttpRecorder.getRootHandler());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to be sure: at this point we are entirely sure that the root handler is set in VertxHttpRecorder?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. At this point the server is processing requests, if the root handler was not set then no request processing would be happening.

@gsmet
Copy link
Member

gsmet commented Jul 30, 2020

I force pushed to fix the import order.

@gsmet gsmet merged commit 8f0a74c into quarkusio:master Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants