Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Fix for publishing issue with RIDs #3182

Merged
merged 4 commits into from
Nov 20, 2015

Conversation

analogrelay
Copy link
Contributor

This is a candidate fix for the publishing issue with RIDs. I verified that it fixes the problem in my repro. I still need to go through it and tidy it up a bit though.

fixes #3183

/cc @davidfowl @muratg @ericstj @DamianEdwards @danroth27 @Eilon

@muratg muratg added this to the 1.0.0-rc1 milestone Nov 19, 2015
stream.Write(buffer, 0, buffer.Length);

// Read the response
byte[] readbuffer = new byte[1024];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you just use StreaemReader.ReadToEnd here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code was actually taken from a different test which was trying to repro a bug in System.Net.Security around StreamReader.ReadToEnd :). I can trim it back since we don't care about that here.

@moozzyk
Copy link
Contributor

moozzyk commented Nov 19, 2015

LGTM

@analogrelay analogrelay merged commit 3e49b08 into release Nov 20, 2015
@analogrelay analogrelay deleted the anurse/publish-runtime-dependency branch December 10, 2015 19:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants