Skip to content

Commit

Permalink
[Issue #29] Fixing operationWithRequest:inputStream:outputStream:comp…
Browse files Browse the repository at this point in the history
…letion: to actually assign outputStream
  • Loading branch information
mattt committed Sep 15, 2011
1 parent 78f1928 commit c8ee535
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AFNetworking/AFHTTPRequestOperation.m
Expand Up @@ -154,6 +154,8 @@ + (id)operationWithRequest:(NSURLRequest *)urlRequest
}
}];

operation.outputStream = outputStream;

return operation;
}

Expand Down

0 comments on commit c8ee535

Please sign in to comment.