--
You received this message because you are subscribed to the Google Groups "net-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to net-dev+u...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/net-dev/1e5c34e7-a9a0-4e45-b74a-24989d6b63c2%40chromium.org.
iOS's Safari-based WebView doesn't support replacing the platform's network stack, so on iOS, Chrome's network stack is only used for internal Chrome requests, not web-initiated requests or navigation.
On Fri, Sep 13, 2019 at 8:39 AM <ramm...@gmail.com> wrote:
I am trying to understand network stack on iOS and unable to find any documentation for the same. I have gone through the documentation - https://chromium.googlesource.com/chromium/src/+/master/net/docs/life-of-a-url-request.md and https://www.chromium.org/developers/design-documents/network-stack which briefly explain the life of a URL request. However, I could find no document specific to how iOS handles network requests.--I did try to debug through the code to further understand what I had figured from the documents. Specifically, I added a break point in the URLLoader class in the file services/network/url_loader.cc class at just before a URLRequest is created . However, on iOS I notice that the page is already partially loaded at this point. Based on what I understand, the page should not load until the URL loader creates a request and schedules it. Can someone help me understand why this is happening ?Any help here is appreciated
You received this message because you are subscribed to the Google Groups "net-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to net...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to net-dev+u...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/net-dev/d0338a67-9c59-4584-b95e-0d6c4f7b3e67%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/net-dev/d0338a67-9c59-4584-b95e-0d6c4f7b3e67%40chromium.org.