Using NSDataStream instead of byte[]#2
Merged
anaisbetts merged 1 commit intoanaisbetts:masterfrom Oct 7, 2013
nberardi:master
Merged
Using NSDataStream instead of byte[]#2anaisbetts merged 1 commit intoanaisbetts:masterfrom nberardi:master
anaisbetts merged 1 commit intoanaisbetts:masterfrom
nberardi:master
Conversation
…vent unessisary reading of the stream ahead of time
Owner
|
Let me try to get a crappy test suite going, then I'll have a look at trying to merge this (also, I'll fix up the tabs with some Vim-fu) |
Owner
|
Merged! Thanks. |
Collaborator
Author
|
Sorry about the tabs. They are default in Xamarin Studio. |
markmario
pushed a commit
to dnstech/ModernHttpClient
that referenced
this pull request
Feb 16, 2018
…nuget ModernHttpClient/3: WOLF-6668: Moved ModernHttpClient to a nuget package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed to use NSDataStream instead of using byte[] to prevent unnecessary reading of the stream ahead of time when NSData is converted to byte[] before being put back in Content.