-
Notifications
You must be signed in to change notification settings - Fork 268
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
Use sttp lib instead of akka-http-client #720
Conversation
Not sure why the tests are failing, we are using the correct |
Actually I think that sttp might be the way to go: it has the same advantages as gigahorse (pluggable backend), and seems to have more traction. |
Also replaced json4s.jackson by json4s.native and cleaned up Setup implicits.
We need to make sure that it works on Android too (including the switch from json4s-jackson to json4s-native) |
@sstone I reverted back to json4s-jackson so there shouldn't be any problems |
See branch android-merge-gigahorse |
This would reduce the difference between master/android branches (we are currently using akka-http-client on master and async-http-client on android).
Also, this would hopefully fix the
got exception for batch of 1 requestsakka.http.impl.engine.client.OutgoingConnectionBlueprint$UnexpectedConnectionClosureException: The http server closed the connection unexpectedly before delivering responses for 1 outstanding requests
error.