AFNetworking 2.0 - Fix empty content crash on AFHTTPSessionManager.post by jcravioto · Pull Request #4296 · AFNetworking/AFNetworking

added 2 commits

October 3, 2018 06:03
If you are consuming the AFHTTPSessionManager from swift on xcode 9.3 or above, this will crash when the response has no content (204). This is because of strict closure signature in swift.
If you are consuming the AFHTTPSessionManager from swift on xcode 9.3 or above, this will crash when the response has no content (204). This is because of strict closure signature in swift.