Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Fixed issue where UIWebView extension did not preserve all of the request information #3733

Merged
merged 1 commit into from Oct 10, 2016

Conversation

skyline75489
Copy link
Contributor

This should fix #3724 and any header-related issue in the future.

After this changes, the entire request, instead of only the URL, will be used to construct the dataTask.

Test case is added.

@codecov-io
Copy link

codecov-io commented Oct 9, 2016

Current coverage is 86.85% (diff: 90.32%)

Merging #3733 into master will increase coverage by 0.03%

@@             master      #3733   diff @@
==========================================
  Files            44         44          
  Lines          6137       6154    +17   
  Methods        1089       1092     +3   
  Messages          0          0          
  Branches        408        409     +1   
==========================================
+ Hits           5328       5345    +17   
  Misses          806        806          
  Partials          3          3          

Powered by Codecov. Last update 748a410...0fc675e

@kcharwood kcharwood added this to the 3.2.0 milestone Oct 10, 2016
@kcharwood kcharwood changed the title Use NSURLRequest to construct dataTask. Fix #3724 Fixed issue where UIWebView extension did not preserve all of the request information Oct 10, 2016
@kcharwood kcharwood merged commit f39ec68 into AFNetworking:master Oct 10, 2016
@kcharwood
Copy link
Contributor

🍻 thanks!

@kcharwood kcharwood changed the title Fixed issue where UIWebView extension did not preserve all of the request information Fixed issue where UIWebView extension did not preserve all of the request information Oct 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants