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'm testing AsyncHTTPBuilder doing POST of requests with XML body.
When the server responds with 400, I get an exception on the client side, but instead of getting groovyx.net.http.HttpResponseException, I'm getting java.util.concurrent.ExecutionException (this wraps the HttpResponseException).
Should I except all exceptions from the connection to be wrapped into ExecutionException?
Is there a way to specify failure handler for AsyncHTTPBuilder?
The text was updated successfully, but these errors were encountered:
I'm testing AsyncHTTPBuilder doing POST of requests with XML body.
When the server responds with 400, I get an exception on the client side, but instead of getting groovyx.net.http.HttpResponseException, I'm getting java.util.concurrent.ExecutionException (this wraps the HttpResponseException).
The text was updated successfully, but these errors were encountered: