You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to tell the client that the request succeeded as soon as possible (before I create the process), so that it can start reading down the generated data. To put it another way, I would like to "move" return 200; up to before Process p, so that various HTTP clients can start reading the body ASAP. Is this possible with sparkjava?
The text was updated successfully, but these errors were encountered:
I have a route that ends with code like
I would like to be able to tell the client that the request succeeded as soon as possible (before I create the process), so that it can start reading down the generated data. To put it another way, I would like to "move"
return 200;
up to beforeProcess p
, so that various HTTP clients can start reading the body ASAP. Is this possible with sparkjava?The text was updated successfully, but these errors were encountered: