response expectedContentLength return -1
When I use NSURLConnection to get file, the expectedContentLength alway return -1. After look lots of similary problem it looks like never send the Content-Length. Checking the code below, you will get a surprise: re...