when i use AFNetworking to post http reqeust, i found that the dataTask currentRequest‘s http URL replaced by https, but the originRequest's URL is still http.
the originRequest in dataTask is http://xxxxxx
but the currentRequest in dataTask is https://xxxxx
iOS 9 new feature or a bug?
PS: build with iOS 9 beta SDK