Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iOSThirdRepo
AFNetworking
Commits
97aa0106
Commit
97aa0106
authored
9 years ago
by
Kevin Harwood
Browse files
Options
Download
Email Patches
Plain Diff
Fix for #3210
parent
f31b043c
master
0xced/debugDescription
add-compatibility-macros-to-podspec
v3.1.0
4.0.1
4.0.0
3.2.1
3.2.0
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AFNetworking/AFHTTPSessionManager.m
+1
-1
AFNetworking/AFHTTPSessionManager.m
with
1 addition
and
1 deletion
+1
-1
AFNetworking/AFHTTPSessionManager.m
+
1
-
1
View file @
97aa0106
...
...
@@ -172,7 +172,7 @@
success
:(
nullable
void
(
^
)(
NSURLSessionDataTask
*
_Nonnull
,
id
_Nullable
))
success
failure
:(
nullable
void
(
^
)(
NSURLSessionDataTask
*
_Nullable
,
NSError
*
_Nonnull
))
failure
{
return
[
self
POST
:
URLString
parameters
:
parameters
constructingBodyWithBlock
:
block
success
:
success
failure
:
failure
];
return
[
self
POST
:
URLString
parameters
:
parameters
constructingBodyWithBlock
:
block
progress
:
nil
success
:
success
failure
:
failure
];
}
-
(
NSURLSessionDataTask
*
)
POST
:(
NSString
*
)
URLString
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets