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

Handle empty error responses in media upload/download #693

Merged
merged 1 commit into from
Mar 8, 2016

Conversation

jskeet
Copy link
Collaborator

@jskeet jskeet commented Mar 7, 2016

Fixes issue #692.

(Apologies for this being necessary... I thought I'd covered all the bases in previous tests...)

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 7, 2016
{
var downloadUri = "http://www.sample.com";
var chunkSize = 100;
var responseText = "Not Found";

var handler = new MultipleChunksMessageHandler { ErrorResponse = responseText };

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@peleyal
Copy link
Collaborator

peleyal commented Mar 8, 2016

LGTM. You can merge it

jskeet added a commit that referenced this pull request Mar 8, 2016
Handle empty error responses in media upload/download
@jskeet jskeet merged commit 53999cf into googleapis:master Mar 8, 2016
@jskeet jskeet deleted the nre branch March 8, 2016 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants