Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -49,7 +49,7 @@ | @@ -49,7 +49,7 @@ | ||
| 49 | self = [super initWithURL:newURL]; | 49 | self = [super initWithURL:newURL]; |
| 50 | [self setPostFormat:ASIURLEncodedPostFormat]; | 50 | [self setPostFormat:ASIURLEncodedPostFormat]; |
| 51 | [self setStringEncoding:NSUTF8StringEncoding]; | 51 | [self setStringEncoding:NSUTF8StringEncoding]; |
| 52 | - [self setRequestMethod:@"POST"]; | 52 | + [self setRequestMethod:@"POST"]; |
| 53 | return self; | 53 | return self; |
| 54 | } | 54 | } |
| 55 | 55 |
-
Please register or login to post a comment