pokeb / asi-http-request

Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone
http://allseeing-i.com/ASIHTTPRequest
Other
5.78k stars 1.41k forks source link

HTTP Status Code Overwrite Fix #330

Open smolls opened 12 years ago

smolls commented 12 years ago

ASIDownloadCache will rewrite responseStatusCode with cached headers, thus making it impossible to see what the status code was of the actual request.

smolls commented 12 years ago

https://github.com/pokeb/asi-http-request/pull/330