Skip to content

Commit e1e2d62

Browse files
committed
Merge pull request AFNetworking#3476 from ecaselles/ecaselles-update-methods-override-documentation
Updates `AFHTTPSessionManager` documentation to reflect v3.x changes
2 parents 3eec2c1 + 711aeec commit e1e2d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AFNetworking/AFHTTPSessionManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
4545
## Methods to Override
4646
47-
To change the behavior of all data task operation construction, which is also used in the `GET` / `POST` / et al. convenience methods, override `dataTaskWithRequest:completionHandler:`.
47+
To change the behavior of all data task operation construction, which is also used in the `GET` / `POST` / et al. convenience methods, override `dataTaskWithRequest:uploadProgress:downloadProgress:completionHandler:`.
4848
4949
## Serialization
5050

0 commit comments

Comments
 (0)