vertx-sync icon indicating copy to clipboard operation
vertx-sync copied to clipboard

FiberHandler hangs if route handler throws Exception

Open sausax opened this issue 8 years ago • 1 comments

Example code: https://github.com/sausax/vertx-sync-fiberhandler-error

FIberHandler hangs if it encounters a RuntimeException in the route handler block. RouteHandler without FiberHandler end the request and gives Internal Server Error.

sausax avatar Sep 28 '16 17:09 sausax

Is the expected outcome that the fiber handler also replies to the client "Internal Server Error"?

doctorpangloss avatar Apr 30 '17 00:04 doctorpangloss