Skip to main content
HTTP/3

HTTP/3

Search complete. 22 mentions across 11 episodes found for "HTTP/3".

Sep 6, 2026

Jeff MassieHOST
79:11
There's a speed change, which is something called Happy Eyeballs version three that should make browsing go a little quicker.
Jeff MassieHOST
79:19
Simply, every time Firefox loads a page, it has to pick a path to reach a server, maybe over IPv4, IPv6, maybe HTTP2 or the newer HTTP3.
Jeff MassieHOST
79:30
The older Firefox versions picked one path and waited to see how it worked before trying another.
Jeff MassieHOST
79:35
If that first go was slow or broken, the page just sat there.
Jeff MassieHOST
79:48
There's nothing to configure.
Jeff MassieHOST
79:49
You'll just notice fewer pages hanging while loading.
Jeff MassieHOST
79:53
worth noting though is it's still in ietf draft and it's not a finished standard and mozilla says it's only active on some platforms so far though they didn't specifically name the platform so i can't say for a hundred percent certain that it's that it's working on linux but it's definitely coming if it's not Another speed upgrade is QUIC, Q-U-I-C, version two support for HTTP3.
Jeff MassieHOST
80:24
QUIC is the connection tech behind a lot of modern webpage loading speeds.
NickHOST
5:08
First is a thing called Happy Eyeballs V3.
NickHOST
5:11
This is a little system that tries all possible connection methods to a website, HTTP2 or HTTP3, at the same time.
NickHOST
5:19
And they use whatever gets an answer first, dropping the slower connection in the process, instead of trying those sequentially and then going with the fastest.
NickHOST
5:28
Because this means you would lose out some loading time if the one you started first is not the fastest one.
NickHOST
5:38
It might not be on every platform yet, Mozilla did not say which platforms didn't support it at the time I'm recording this, so maybe it's not on Linux yet, maybe it's not on mobile phones yet, but this is an interesting one.
NickHOST
5:49
And second, they're also now using a newer version of QUIC.
NickHOST
5:54
which is a protocol used for HTTP3 connections instead of TCP.
NickHOST
5:58
A QUIC apparently is faster at establishing and resolving requests.
Jonathan HallHOST
24:45
I suppose it provides some security implications as well because you can hide a payload inside of the body that doesn't show up in in proxy logs or whatever.
Jonathan HallHOST
24:56
I would say this is the first big change to HTTP other than HTTP2 or HTTP3.
Jonathan HallHOST
25:03
But as far as like this sort of vanilla HTTP, this is the biggest change in quite a long time.
Jonathan HallHOST
25:07
It's not a architecturally...
Glenn HodgesHOST
35:21
But I've been doing this stuff since the 70s.
Dave PlummerHOST
35:24
Yeah, it's an HTTP3 thing, so it came out in that time frame.
Dave PlummerHOST
35:26
I'd have to look that up, what the date on that was, but it's part and parcel of HTTP3.
Glenn HodgesHOST
35:33
And Zero Perhaps says, what protocol does USB use? Is TCP involved, or is there robust error correction or retransmissions?
Dave PlummerHOST
35:42
No, the cables are so short that I think it's like...
Benjamin SamuelsGUEST
60:48
And we did a patch of Planet Week with them.
Benjamin SamuelsGUEST
60:51
And we had a really good high severity finding in, I think it was like HTTP3.
Benjamin SamuelsGUEST
60:58
And it turns out that that finding also applied to the mainline NGINX.
Benjamin SamuelsGUEST
61:02
And I think that's been like the juiciest finding so far.
Carl DongGUEST
23:32
I'm happy to clarify.
Carl DongGUEST
23:34
MASK is this protocol that runs over HTTP3.
Carl DongGUEST
23:39
And so the traffic looks like normal HTTP traffic.
Carl DongGUEST
23:43
It doesn't look like it's WireGuard traffic or some undistinguishable traffic.
Carl DongGUEST
24:15
Right.
Carl DongGUEST
24:16
And so the best ways, let's say, to get around this sort of regime is to make your traffic look like good traffic as much as possible, which is exactly what Mask does.
Carl DongGUEST
24:29
It makes the VPN traffic look exactly like normal HTTP3 traffic.
Carl DongGUEST
24:34
And I thought those were so ingenious.
Infosec Decoded

Infosec Decoded

Meta's Business

Aug 28 · 4 Mentions

Sam BowneHOST
11:47
But now the cars are being used as exit points for criminal activity, just like smart TVs have been used and home routers have been used for several years in similar botnets.
Sam BowneHOST
11:59
There's a tsunami attack, which exploits HTTP3.
Sam BowneHOST
12:04
HTTP3 has some kind of sophisticated header information where you can define an object and then refer to it with a short handle.
Sam BowneHOST
12:12
But in a content delivery network like Cloudflare, it then has to pass that on to a server, which usually does not speak HTTP3.
Sam BowneHOST
12:20
So if it converts the HTTP3 down to HTTP1, it needs to expand all the headers to their full size, and that can lead to a huge amplification of a denial-of-service attack, under some cases 350 times more traffic than what came in.
Sam BowneHOST
12:35
So this affects six major content delivery networks, Alibaba, Baidu, Cloudflare, Amazon CloudFront, Fastly, and Tencent.
Sam BowneHOST
12:44
So now they've been alerted to it, and presumably they will try and patch it.
Chad FowlerGUEST
23:47
And for me, it's almost always, I usually do backend stuff and usually some things like web and internet-based.
Chad FowlerGUEST
23:53
So I won't be talking about like embedded systems in this context, but it's usually like a bunch of small REST services with some front end, probably with something like an HTTP3 or WebSocket connection so you can do something real time.
Chad FowlerGUEST
24:06
And there's a path for doing CRUD that's just synchronous.
Chad FowlerGUEST
24:09
And then there's a path for mutations to flow through the system and allow their effects to ripple.
Chad FowlerGUEST
23:47
And for me, it's almost always, I usually do backend stuff and usually some things like web and internet-based.
Chad FowlerGUEST
23:53
So I won't be talking about like embedded systems in this context, but it's usually like a bunch of small REST services with some front end, probably with something like an HTTP3 or WebSocket connection so you can do something real time.
Chad FowlerGUEST
24:06
And there's a path for doing CRUD that's just synchronous.
Chad FowlerGUEST
24:09
And then there's a path for mutations to flow through the system and allow their effects to ripple.

Unknown podcast

QUIC and HTTP/3

Aug 24 · 1 Mention

Mike BreaultHOST
0:17
But that friction is exactly what we are unpacking today.
Mike BreaultHOST
0:21
We're looking at a stack of protocol research, architectural overviews to really understand QUIC and HTTP3.
Mike BreaultHOST
0:29
Right.
Mike BreaultHOST
0:30
Because these are the invisible brilliant upgrades that are fundamentally rewiring the Internet to be faster, more resilient and just perfectly suited for how we actually live.

1 more episode mentions HTTP/3.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.