Skip to content

Updating for Android compatibility#28

Merged
jnankin merged 1 commit into
masterfrom
android-compat
Mar 11, 2019
Merged

Updating for Android compatibility#28
jnankin merged 1 commit into
masterfrom
android-compat

Conversation

@noelherrick

Copy link
Copy Markdown
Collaborator

This upgrade deals with Android compatibility: not only are there different Java APIs available, the implementations are incompatible and have different behavior. Specifically, the HTTP connection must be read entirely before closing. Reading after a call to close causes an error, since on Android, there's a different implementation that doesn't expect you to read the connection after closing.

@noelherrick noelherrick self-assigned this Mar 10, 2019
@noelherrick

Copy link
Copy Markdown
Collaborator Author

@jnankin This is ready for your review!

@jnankin jnankin merged commit a141a61 into master Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants