Skip to main content
HTTP/2

HTTP/2

Search complete. 15 mentions across 10 episodes found for "HTTP/2".

Sep 8, 2026

Mike BelsheGUEST
47:22
It's taking ideas at the transport level, at the application level of how to make a faster protocol.
Mike BelsheGUEST
47:29
I did that, put that into a thing we called Speedy, and then that's now known as HTTP2 today.
Mike BelsheGUEST
47:35
So I'm the lead author on that.
Mike BelsheGUEST
47:37
I was very lucky to have some other people at Google that were excited to make that work.
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.
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...
speaker_0HOST
9:59
Plus, GKE Gateway now supports strong cookie affinity for session stickiness in GA. GKE has also changed the priority of some default firewall rules for services from 1,000 to 999, so check your custom rules to make sure nothing gets unexpectedly blocked.
speaker_0HOST
10:16
On the service mesh front, Managed Cloud Service Mesh is rolling out a new proxy version that maps closely to Envoy version 137, which resolves HTTP.2 security vulnerabilities.
speaker_0HOST
10:28
Also, Cloud Service Mesh version 1.30.4 ASM.1 is now available for in-cluster deployment, while in-cluster version 1.27 is officially no longer supported.
speaker_0HOST
10:40
In networking, you can now create Compute Engine instances with multiple virtual network interfaces, or VNICs, within the same VPC network.
Christian HeilmannHOST
31:34
excellent well thanks thomas this was once again an interesting thing i'm going to put an article around it as well once we have the recording here done and list to all the resources so people don't have to actually look at the banners that i put in there and uh yeah good luck with that i think it's a it's a great opportunity to think about uh differently and the sizes that we want to store these days.
Christian HeilmannHOST
31:55
I mean, we kind of gave up on CDNs for things like jQuery because with HTTP2, it wasn't that much of an issue anymore, and people are not too worried about long...
Christian HeilmannHOST
32:07
I mean, performance has changed a lot because people take on a lot more things.
Christian HeilmannHOST
32:12
I mean, you can turn you can turn your app from a web app to an ai app just by renaming every loading into thinking and then making people wait that way and we kind of got got used to that one but it's a great opportunity to and i love that it's a that it's a what uh uh wicg uh thing as well and not just a google one so that there's more people involved as well and um yeah once again innovating in public and that's where people can take part in and we need you to actually tell us about what you think about that so take a look at the cross origin storage bits and bobs that thomas has talked about and i want to thank you for bringing it up to me so any last words for people out there
Allan JudeHOST
17:17
Well, they get into a little more nuance.
Allan JudeHOST
17:19
They have a- an example here of if there was a new HTTP 2 download service vulnerability.
Allan JudeHOST
17:24
The classic way to solve that, which, oh, we'll just disable HTTP 2 and fall back to using old HTTP 1.1 until the system is patched.
Allan JudeHOST
17:31
But that might have, you know, significant application and performance impact, right? It's gonna make everything too slow.
Allan JudeHOST
17:37
So they're saying a more robust AI-driven network and workload-aware response system might be able to say limit how many concurrent streams each IP address can have.
AlanHOST
17:17
Well, they get into a little more nuance.
AlanHOST
17:19
I have an example here of if there was a new HTTP2 download service vulnerability, the classic way to solve that would be, oh, we'll just disable HTTP2 and fall back to using old HTTP1.1 until the system is patched.
AlanHOST
17:31
But that might have significant application and performance impact, right? It's going to make everything too slow.
AlanHOST
17:37
So they're saying a more robust AI-driven network and workload-aware response system might be able to say, limit how many concurrent streams each IP address can have.
Seth LawHOST
70:36
A simple regex change, and all of a sudden, it's done.
Seth LawHOST
70:41
But it does go back to this whole idea of, oh, it's HTTP 1.1 instead of HTTP 2.0.
Seth LawHOST
70:47
I know they want HTTP 1.1 to go away, but let's be honest, it's never going to go completely away.
Seth LawHOST
70:53
It's going to take a long time.
Matt TrudelGUEST
37:16
But it's essentially this realization that these AI-generated security vulnerabilities are coming in at a pace that is just, it's just too much to be able to, to be able to realistically absorb.
Matt TrudelGUEST
37:29
I remember about a year and a half ago or so, there was a flurry of vulnerabili- of d- denial of service request, vulb, uh, vulner... denial of ser- denial of service attacks, excuse me, in the HTTP/2 world that, uh, when th- when these came out about a year and a half ago, they sounded at the time like it, like the, like, like the world was gonna end.
Matt TrudelGUEST
37:49
You know, like, these were, these were incredibly, you know, like, uh, people couldn't believe how sophisticated these attacks were, and these were all human-reported.
Matt TrudelGUEST
37:57
These were all human, you know, like, it was a hu- Like, they were, they were human researchers that found these, and they were, they were essentially the last, the last big human-sourced s- vulnerability crop was the, these ones around HTTP/2.
Matt TrudelGUEST
38:12
And people thought the world was gonna end, and these ones that are coming in now from a lot of the AI agents are, like, 10 times deeper than this and 10 times more subtle, and, like, h- humans would never have found most of these.
Matt TrudelGUEST
38:25
And they're completely valid.

9 MINS LATER

Matt TrudelGUEST
47:35
But ultimately, those attacks don't look like a violation.
Matt TrudelGUEST
47:39
They're not a thing that a general purpose pro- like HTTP focused test suite would find, right? They're, they're, the bugs are more shaped like almost using the best parts of the beam against itself in a number of cases.
Artificial IntelligenceNARRATOR
4:47
It uses websockets when available and falls back to server-sent events or long polling, all over HTTP, TCP.
Artificial IntelligenceNARRATOR
4:54
there is no native support for raw tcp sockets or named pipes signalr is expressly designed for client server communication over web-friendly protocols typically between browsers and servers grpc grpc uses http 2 as its transport with each call sent as an http to request a vera persistent connection typically tcp secured with tls On ASP.NET Core it supports standard TCP sockets by default and can be configured for Unix domain sockets or Windows named pipes in same machine scenarios.
Artificial IntelligenceNARRATOR
5:29
Its IPC support has improved recently, but the framework fundamentally assumes a TCP, IP stack or an equivalent transport.
Artificial IntelligenceNARRATOR
5:38
Core WCF Core WCF retains much of the multi-binding flexibility of Classic WCF, THOSM bindings are incomplete.

9 MINS LATER

Artificial IntelligenceNARRATOR
14:26
The gap against MessagePack is what you would expect from a text encoding on a 10 MB binary payload.
Artificial IntelligenceNARRATOR
14:32
SignalR is reasonably efficient for local IPC with binary encoding, but its HTTP-based communication cannot match the latencies of in-memory transports.
Artificial IntelligenceNARRATOR
14:41
GRPC-GRPC was benchmarked in two local modes, HTTP 2 over TCP, one-way average of 26.
Artificial IntelligenceNARRATOR
14:51
7 ms, two-way average of 63.8 ms.

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.