
HTTP/3
22
MENTIONS
11
EPISODES
11
PODCASTS
Search complete. 22 mentions across 11 episodes found for "HTTP/3".
Sep 6, 2026
ULS 269: Kerfluffel - CERN, Ur, and AGENTS
J
79:11Jeff MassieHOST
There's a speed change, which is something called Happy Eyeballs version three that should make browsing go a little quicker.
J
79:19Jeff MassieHOST
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.
J
79:30Jeff MassieHOST
The older Firefox versions picked one path and waited to see how it worked before trying another.
J
79:35Jeff MassieHOST
If that first go was slow or broken, the page just sat there.
J
79:48Jeff MassieHOST
There's nothing to configure.
J
79:49Jeff MassieHOST
You'll just notice fewer pages hanging while loading.
J
79:53Jeff MassieHOST
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.
J
80:24Jeff MassieHOST
QUIC is the connection tech behind a lot of modern webpage loading speeds.
KDE is firing on all cylinders, Brave says they're the best browser, CERN moves to Debian
N
5:08NickHOST
First is a thing called Happy Eyeballs V3.
N
5:11NickHOST
This is a little system that tries all possible connection methods to a website, HTTP2 or HTTP3, at the same time.
N
5:19NickHOST
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.
N
5:28NickHOST
Because this means you would lose out some loading time if the one you started first is not the fastest one.
N
5:38NickHOST
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.
N
5:49NickHOST
And second, they're also now using a newer version of QUIC.
N
5:54NickHOST
which is a protocol used for HTTP3 connections instead of TCP.
N
5:58NickHOST
A QUIC apparently is faster at establishing and resolving requests.
Go releases and events from EMEA and around the world
J
24:45Jonathan HallHOST
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.
J
24:56Jonathan HallHOST
I would say this is the first big change to HTTP other than HTTP2 or HTTP3.
J
25:03Jonathan HallHOST
But as far as like this sort of vanilla HTTP, this is the biggest change in quite a long time.
J
25:07Jonathan HallHOST
It's not a architecturally...
What’s New in Task Manager OG? Dave’s Latest Updates | Shop Talk #93
G
35:21Glenn HodgesHOST
But I've been doing this stuff since the 70s.
D
35:24Dave PlummerHOST
Yeah, it's an HTTP3 thing, so it came out in that time frame.
D
35:26Dave PlummerHOST
I'd have to look that up, what the date on that was, but it's part and parcel of HTTP3.
G
35:33Glenn HodgesHOST
And Zero Perhaps says, what protocol does USB use? Is TCP involved, or is there robust error correction or retransmissions?
D
35:42Dave PlummerHOST
No, the cables are so short that I think it's like...
Episode 880 - The Two Wolves
B
60:48Benjamin SamuelsGUEST
And we did a patch of Planet Week with them.
B
60:51Benjamin SamuelsGUEST
And we had a really good high severity finding in, I think it was like HTTP3.
B
60:58Benjamin SamuelsGUEST
And it turns out that that finding also applied to the mainline NGINX.
B
61:02Benjamin SamuelsGUEST
And I think that's been like the juiciest finding so far.
Obscura VPN with Carl Dong | FREEDOM TECH FRIDAY 54
C
23:32Carl DongGUEST
I'm happy to clarify.
C
23:34Carl DongGUEST
MASK is this protocol that runs over HTTP3.
C
23:39Carl DongGUEST
And so the traffic looks like normal HTTP traffic.
C
23:43Carl DongGUEST
It doesn't look like it's WireGuard traffic or some undistinguishable traffic.
C
24:15Carl DongGUEST
Right.
C
24:16Carl DongGUEST
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.
C
24:29Carl DongGUEST
It makes the VPN traffic look exactly like normal HTTP3 traffic.
C
24:34Carl DongGUEST
And I thought those were so ingenious.
Meta's Business
S
11:47Sam BowneHOST
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.
S
11:59Sam BowneHOST
There's a tsunami attack, which exploits HTTP3.
S
12:04Sam BowneHOST
HTTP3 has some kind of sophisticated header information where you can define an object and then refer to it with a short handle.
S
12:12Sam BowneHOST
But in a content delivery network like Cloudflare, it then has to pass that on to a server, which usually does not speak HTTP3.
S
12:20Sam BowneHOST
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.
S
12:35Sam BowneHOST
So this affects six major content delivery networks, Alibaba, Baidu, Cloudflare, Amazon CloudFront, Fastly, and Tencent.
S
12:44Sam BowneHOST
So now they've been alerted to it, and presumably they will try and patch it.
Ep. #11, Durable Systems, Disposable Code with Chad Fowler
C
23:47Chad FowlerGUEST
And for me, it's almost always, I usually do backend stuff and usually some things like web and internet-based.
C
23:53Chad FowlerGUEST
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.
C
24:06Chad FowlerGUEST
And there's a path for doing CRUD that's just synchronous.
C
24:09Chad FowlerGUEST
And then there's a path for mutations to flow through the system and allow their effects to ripple.
Ep. #11, Durable Systems, Disposable Code with Chad Fowler
C
23:47Chad FowlerGUEST
And for me, it's almost always, I usually do backend stuff and usually some things like web and internet-based.
C
23:53Chad FowlerGUEST
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.
C
24:06Chad FowlerGUEST
And there's a path for doing CRUD that's just synchronous.
C
24:09Chad FowlerGUEST
And then there's a path for mutations to flow through the system and allow their effects to ripple.
P
Unknown podcast
QUIC and HTTP/3
Aug 24 · 1 Mention
M
0:17Mike BreaultHOST
But that friction is exactly what we are unpacking today.
M
0:21Mike BreaultHOST
We're looking at a stack of protocol research, architectural overviews to really understand QUIC and HTTP3.
M
0:29Mike BreaultHOST
Right.
M
0:30Mike BreaultHOST
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.