Skip to content
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 more okio #67

Closed
djodjoni opened this issue Aug 7, 2016 · 1 comment
Closed

use more okio #67

djodjoni opened this issue Aug 7, 2016 · 1 comment
Assignees
Milestone

Comments

@djodjoni
Copy link
Member

djodjoni commented Aug 7, 2016

use more stream piping from okio (Sources and Sinks) thus:

  1. take advantage of its Segments and
  2. more optimized and interoperable with OkHttp (currently the main http client in Android)
  3. deprecate ByteArrayPool & PoolingByteArrayOutputStream in favor of okio's Segments
  4. will be used to fix NetworkRequest/Response not immutable #65
@djodjoni djodjoni added this to the 0.7.0 milestone Aug 7, 2016
@djodjoni djodjoni modified the milestones: 0.6.9, 0.7.0 Aug 28, 2016
@djodjoni djodjoni self-assigned this Dec 20, 2016
@djodjoni djodjoni changed the title use more okio use more okio Dec 20, 2016
@djodjoni
Copy link
Member Author

implied in v1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant