facebook and porn are still driving tech forward
I would not name facebook close to something good like porn.
The majority of Facebook's traffic now uses QUIC and HTTP/3
11–20 of 149 posts
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#12Is this down for anyone else?
Check this - https://web.archive.org/web/20201021174206/https://engineeri...
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#13By the way, even though it is not yet turned on by default, http3 support is present in Firefox and can be activated by toggling 'network.http.http3.enabled' in about:config to true. I have had it enabled for a few weeks and everything seems okay except that rarely I've noticed a few sites not loading the first time I visit them but needing a 'refresh', but I'm not sure if this is because of the new QUIC code or just…
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#14For Chrome users, this open source extension will tell you what protocol the browser is using for each website being accessed: https://chrome.google.com/webstore/detail/http-indicator/hgc...
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#15> we refer to QUIC and HTTP/3 together as QUIC My understand is that HTTP/3 always means QUIC is used according to the standard. But that QUIC can be used for other protocols as well. FB's terminology seems to be backwards.
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#16> we refer to QUIC and HTTP/3 together as QUIC My understand is that HTTP/3 always means QUIC is used according to the standard. But that QUIC can be used for other protocols as well. FB's terminology seems to be backwards.
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#17> we refer to QUIC and HTTP/3 together as QUIC My understand is that HTTP/3 always means QUIC is used according to the standard. But that QUIC can be used for other protocols as well. FB's terminology seems to be backwards.
I think they're talking about Google QUIC, which formed the basis for both IETF QUIC and HTTP/3; Facebook has been deploying Google QUIC for a long while now maybe, AFAIK. The people at fault here are probably the IETF lol.
HTTP/3 implies IETF QUIC. IETF QUIC itself can be used for non-HTTP protocols, though, just like TCP can be used for protocols that aren't HTTP/2.
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#18Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#19By the way, even though it is not yet turned on by default, http3 support is present in Firefox and can be activated by toggling 'network.http.http3.enabled' in about:config to true. I have had it enabled for a few weeks and everything seems okay except that rarely I've noticed a few sites not loading the first time I visit them but needing a 'refresh', but I'm not sure if this is because of the new QUIC code or just…
Where can I put my money on cache coherency?
So, if you give me $1000 dollars as your stake then:
- If you are wrong I get to keep the whole $1000
- If you are correct then I will give you $100 of your money back. (Leaving me with $900 of your money still hehe).
In other words what I am saying is, I think you are correct in what you said ;)
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#20Earlier quoted context omitted.
I think they're talking about Google QUIC, which formed the basis for both IETF QUIC and HTTP/3; Facebook has been deploying Google QUIC for a long while now maybe, AFAIK. The people at fault here are probably the IETF lol.
We never deployed Google QUIC. It was always IETF QUIC. Referring to them together as QUIC was just for expedience, since the main benefits came from the QUIC layer, not the HTTP layer. HTTP/3 implies IETF QUIC. IETF QUIC itself can be used for non-HTTP protocols, though, just like TCP can be used for protocols that aren't HTTP/2.
Maybe I can publish the virtual “WebSocketTransport” thing once I'm satisfied with it.