arunn opened a new issue #959:
URL: https://github.com/apache/cordova-ios/issues/959


   # Bug Report
   
   ## Problem
   
   A request cancelled due to another request ends up showing the error page 
instead of response of the second request.
   
   ### What is expected to happen?
   
   The response of the second request should be shown.
   
   ### What does actually happen?
   
   The errorUrl page is shown.
   
   ## Information
   
   The error is similar to 
https://github.com/apache/cordova-plugin-wkwebview-engine/issues/83 . We have 
two requests being run one after the other. The first request is cancelled once 
the second request is made. Instead of waiting for the response of the second 
request, the didFailLoadWithError shows the errorUrl page.
   
   ### Environment, Platform, Device
   
   cordova-ios, iPhone 8(iOS 13.6)
   
   ### Version information
   
   cordova(9.0.0)
   cordova-ios(5.1.1)
   cordova-plugin-wkwebviewengine(1.2.1)
   
   Filing it here since the code has been integrated as of cordova-ios 6.0.0 
and the issue doesn't seem to be fixed in the code.
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to