Actual behavior (the bug)
Class: JavalinAsyncExampleApp
The string done was not response to the client, the client received Content-Length: 0
Expected behavior
Result should be response to the client.
To Reproduce
Run the exmaple
Additional context
See https://javalin.io/documentation#asynchronous-requests .
Seems need to call ctx.result manually.
Actual behavior (the bug)
Class: JavalinAsyncExampleApp
The string
donewas not response to the client, the client receivedContent-Length: 0Expected behavior
Result should be response to the client.
To Reproduce
Run the exmaple
Additional context
See https://javalin.io/documentation#asynchronous-requests .
Seems need to call ctx.result manually.