Have read thru other source, such as: https://discussions.apple.com/message/7844057#7844057
Seems there is no way to read a page with "chunked" transfer-coding (i.e. without content-length) using NSURLConnection
.
Any other workaround or other library can help?
Update: Finally solved by using ASIHTTPRequest