Skip to content

Commit

Permalink
Add boundary to copyWithZone for AFHTTPBodyPart
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmryan committed Mar 15, 2014
1 parent d103c94 commit ee0989f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AFNetworking/AFURLRequestSerialization.m
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@ - (id)copyWithZone:(NSZone *)zone {
bodyPart.headers = self.headers;
bodyPart.bodyContentLength = self.bodyContentLength;
bodyPart.body = self.body;
bodyPart.boundary = self.boundary;

return bodyPart;
}
Expand Down

0 comments on commit ee0989f

Please sign in to comment.