When I print out the expected bytes from an Alamofire progress
call it always prints -1 until the very end, when it prints the total. However, if I run a curl command against the webserver I get header output which very clearly lists the Content-Length header.
Why is it always saying -1?