--
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 post to this group, send email to net...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/net-dev/6a420c53-205c-4330-8fb3-ea8aadff5d6c%40chromium.org.
the only two cases I can think of are when one is a "privacy mode" request and the other is not (A privacy mode socket means no cookies sent/received, no channel ID - I'm not an expert on what request end up in that bucket).
--
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 post to this group, send email to net...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/net-dev/CABgOVaL_8ssEH2gYg1da7zhMUzgovNwQFUdQ57p29rhzDZLKWw%40mail.gmail.com.
t=8967 [st= 997]   +URL_REQUEST_START_JOB  [dt=0]
                    --> load_flags = 33024 (MAYBE_USER_GESTURE | VERIFY_EV_CERT)
                    --> method = "GET"
                    --> priority = "LOWEST"
                    --> url = "https://www.facebook.com/rsrc.php/v2/yo/r/XtyuVDKK3xt.js"
t=8967 [st= 997]      SERVICE_WORKER_START_REQUEST
t=8967 [st= 997]      SERVICE_WORKER_FALLBACK_RESPONSE
t=8967 [st= 997]   -URL_REQUEST_START_JOB
t=8967 [st= 997]   +URL_REQUEST_START_JOB  [dt=143]
                    --> load_flags = 33024 (MAYBE_USER_GESTURE | VERIFY_EV_CERT)
                    --> method = "GET"
                    --> priority = "LOWEST"
                    --> url = "https://www.facebook.com/rsrc.php/v2/yo/r/XtyuVDKK3xt.js"
t=8967 [st= 997]      URL_REQUEST_DELEGATE  [dt=1]
t=8968 [st= 998]      HTTP_CACHE_GET_BACKEND  [dt=0]
t=8968 [st= 998]      HTTP_CACHE_OPEN_ENTRY  [dt=0]
                      --> net_error = -2 (ERR_FAILED)
t=8968 [st= 998]      HTTP_CACHE_CREATE_ENTRY  [dt=0]
t=8968 [st= 998]      HTTP_CACHE_ADD_TO_ENTRY  [dt=0]
t=8968 [st= 998]      URL_REQUEST_DELEGATE  [dt=0]
t=8968 [st= 998]     +HTTP_STREAM_REQUEST  [dt=0]
t=8968 [st= 998]        HTTP_STREAM_REQUEST_STARTED_JOB
                        --> source_dependency = 1477793 (HTTP_STREAM_JOB)
t=8968 [st= 998]        HTTP_STREAM_REQUEST_BOUND_TO_JOB
                        --> source_dependency = 1477793 (HTTP_STREAM_JOB)
t=8968 [st= 998]     -HTTP_STREAM_REQUEST
t=8968 [st= 998]     +HTTP_TRANSACTION_SEND_REQUEST  [dt=0]
t=8968 [st= 998]        HTTP_TRANSACTION_HTTP2_SEND_REQUEST_HEADERS
                        --> :authority: www.facebook.com
                            :method: GET
                            :path: /rsrc.php/v2/yo/r/XtyuVDKK3xt.js
                            :scheme: https
                            accept: */*
                            accept-encoding: gzip, deflate, sdch
                            accept-language: en-US,en;q=0.8
                            cookie: [945 bytes were stripped]
                            origin: https://www.facebook.com
                            referer: https://www.facebook.com/
                            user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36
t=8968 [st= 998]     -HTTP_TRANSACTION_SEND_REQUESTJust brainstorming, is there any possibility the users are behind proxies (e.g. transparent proxies such as anti-virus solutions or corporate proxies)? Perhaps they have issues with Connection keep-alives?To the extent possible, do you have a way to make sure these users ended up in the HTTP/2 bucket and not the HTTP/1 bucket? For example, is your experiment only enabled for H2 connections, or is it enabled if a user came over on H2 (meaning that if they, say, were a corporate user who goes back on the corporate network, would end up mediating through the proxy again and end up as H1)?