Trending

#HTTP3

Latest posts tagged with #HTTP3 on Bluesky

Latest Top
Trending

Posts tagged #HTTP3

Preview
GitHub - benoitc/hackney: simple HTTP client in Erlang simple HTTP client in Erlang. Contribute to benoitc/hackney development by creating an account on GitHub.

hackney 3.2.1 is out! Bug fixes for pooled connections, HPACK decoding, and HTTP/2 frame handling. github.com/benoitc/hack...

#Erlang #HHTP #HTTP2 #HTTP3

1 0 0 0

Cloudflare's battle-tested QUIC/HTTP3 implementation in Rust that powers their global edge network - the same code serving millions of requests per second

https://github.com/cloudflare/quiche

#QUIC #HTTP3 #NetworkProgramming

0 0 0 0
Preview
HTTP/3 on FreeBSD: Getting QUIC Working with nginx in a Bastille Jail What looked like a simple nginx config change turned into a tour through SSL library incompatibilities, pf firewall rules for a new protocol, and a multi-worker affinity problem that only shows up ...

⚡ HTTP/3 on FreeBSD: Getting QUIC Working with nginx in a Bastille Jail

#http3 #quic #nginx #bastille #freebsd
blog.hofstede.it/http3-on-fre...

1 0 0 0
Original post on burningboard.net

Spent way too long getting HTTP/3 working on FreeBSD with nginx, so I wrote it all up.

The highlights: stock OpenSSL silently breaks QUIC at the HTTP/3 framing layer (the TLS handshake succeeds, so openssl s_client lies to you). eBPF worker routing doesn't exist on FreeBSD. And if nginx is in a […]

1 1 1 0
Original post on mastodon.ctseuro.com

#http3 support bei der @msgmagazin Webseite hinzugefügt. Nun mit vollem #IPv6 und http/3 Support inkl. #QUIC UDP support.

Ziemlich coole Sache mit #Caddy.

Die Anleitung dazu findet sich auch hier […]

0 0 0 0
Post image

Our Mastodon instance burningboard.net now supports HTTP/3 (QUIC).

HTTP/3 replaces TCP with UDP as its transport protocol, offering lower latency and better performance, especially on lossy or low-bandwidth networks.

If you encounter any unexpected issues […]

[Original post on burningboard.net]

0 0 0 0
Preview
Release 3.1.0 · benoitc/hackney Refactor Replace QUIC NIF with pure Erlang implementation. HTTP/3 now works with zero external dependencies - no CMake, Go, or C compiler needed. Just rebar3 compile. Removed Remove c_src/ direc...

hackney 3.1.0: HTTP/3 now pure Erlang

Removed ~1.3M lines of C code. No CMake, Go, or C compiler needed.

Just `rebar3 compile`.

github.com/benoitc/hackney/releases/tag/3.1.0

#Erlang #HTTP3 #QUIC

3 1 0 0
Preview
HTTP/3 Has Officially Overtaken HTTP/2 I've witnessed numerous protocol transitions throughout my career working on infrastructure at some of the largest internet-scale companies, from developing the Cherokee web server that supported HTTP...

www.linkedin.com/pulse/http3-... #HTTP3 #QUIC #Infrastructure #WebPerformance #TechnologyTrends

0 0 0 0
Preview
Release 3.0.2 · benoitc/hackney Bug Fixes Add default Content-Type: application/octet-stream header when sending a body without explicit Content-Type (#823). This restores 1.x behavior and follows RFC 7231 recommendations. Depe...

hackney, an http client library for #Erlang applications version 3.0.2 released. Fixing default body header and bumping certifi to latest. Enjoy!

github.com/benoitc/hack...
Full doc: hexdocs.pm/hackney/read...

#HTTP #HTTP2 #HTTP3 #Opensource

2 0 0 0
Preview
Cloudflare Open Sources tokio‑quiche, Promising Easier QUIC and HTTP/3 in Rust Cloudflare has open-sourced tokio-quiche, an asynchronous QUIC and HTTP/3 Rust library that wraps its battle-tested quiche implementation with the Tokio runtime to simplify the development of high-per...

Rust-based QUIC / HTTP-3 stacks are hitting production maturity.

This isn’t just about speed — it’s about memory-safe, async-first networking becoming the default for modern infra.

www.infoq.com/news/2025/12...

#Rust #QUIC #HTTP3 #Networking #EdgeComputing #CloudNative #Infra #GrowthMode

1 0 0 0
Post image

HTTP delivery has changed — again 🚀

In this session, Marcus Bointon dives into QUIC & HTTP/3: why TCP was a bottleneck, how QUIC runs over UDP, and how TLS 1.3 boosts speed and security ⚡🔐

👉 https://tinyurl.com/23eesn4t

#webinale #HTTP3 #QUIC #WebPerformance #WebDev

0 0 0 0

After spending some time digging into this, I have the feeling #HTTP3 may be destined to be the #IPv6 of #HTTP: cool features, good performance but suffers from adoption challenges.

1 0 0 0
Original post on fosstodon.org

Hi fediverse fellows, most of the research I find around #http2 vs #http3 (#quic) focusses around performance, but given the power and maturity of OS/security tooling around #tcp vs #udp handling... I'd like to learn more about good practices around handling #http3 connections. eg: stateful […]

1 0 1 0
Preview
Full-Stack Software Engineer, Laravel Expert, and Tech Lead Full-stack developer and Laravel expert delivering scalable systems and high-performance platforms with strong architecture, integrations, and leadership.

My new #portfolio is finally live 🚀

Built with #Laravel, #Inertia, and #Vue

Fast, Clean, and Production-grade.

check it out and let me know what you think: mahmoudtr.com

#Cloudflare #PWA #HTTP3 #Tech #MahmoudTR #Web #FullStack

3 0 2 0
Original post on metalhead.club

I discovered something odd today: Mastodon media at media.metalhead.club was delivered using HTTP/2 and HTTP/3.

When requesting small image files, such as a 260 kB picture, it took about 80 ms to load it via HTTP/2 and 50 ms via HTTP/3. As expected.

But when requesting a bigger 15 MB file […]

0 0 1 0
Preview
HTTP/3 Support in JDK 26 One new JDK 26 feature is that `HttpClient`, which has been part of Java SE since JDK 11, now supports HTTP/3...

HTTP/3 Support in JDK 26

#http3 #java #jdk

inside.java/2025/10/22/...

1 1 0 0
Post image

DrupalCon Vienna speaker Nicolas Perussel has released his slides on HTTP/3 and network-level optimization 📡

Learn how TLS 1.3, TCP Fast Open, and QUIC can reduce latency by ~350 ms in Drupal.

Full summary on TDT 👉 [https://bit.ly/47h5U7H

#Drupal #HTTP3 #Performance #DevOps

0 0 0 0
Enabling HTTP/3 and QUIC in nginx Enabling HTTP/3 and QUIC in nginx is relatively straight forwards, and well documented. This was also an opportunity to update my basic configuration. tl;dr: * `http3 on` and `listen [::]:443 quic reuseport default_server` need to be added. * QUIC is over UDP, so the port needs to be opened in the firewall. * User-agents need to be told that it is now available., e.g., with an `add_header Alt-Svc 'h3=":443"; ma=86400'`. * HTTP/3 requires `ssl_protocols TLSv1.3`. Continue reading → The post Enabling HTTP/3 and QUIC in nginx first appeared on Narf.
0 0 0 0
Enabling HTTP/3 and QUIC in nginx Enabling HTTP/3 and QUIC in nginx is relatively straight forwards, and well documented. This was also an opportunity to update my basic configuration. tl;dr: * `http3 on` and `listen [::]:443 quic reuseport default_server` need to be added. * QUIC is over UDP, so the port needs to be opened in the firewall. * User-agents need to be told that it is now available., e.g., with an `add_header Alt-Svc 'h3=":443"; ma=86400'`. * HTTP/3 requires `ssl_protocols TLSv1.3`. Continue reading → The post Enabling HTTP/3 and QUIC in nginx first appeared on Narf.
0 0 0 0
Enabling HTTP/3 and QUIC in nginx Enabling HTTP/3 and QUIC in nginx is relatively straight forwards, and well documented. This was also an opportunity to update my basic configuration. tl;dr: * `http3 on` and `listen [::]:443 quic reuseport default_server` need to be added. * QUIC is over UDP, so the port needs to be opened in the firewall. * User-agents need to be told that it is now available., e.g., with an `add_header Alt-Svc 'h3=":443"; ma=86400'`. * HTTP/3 requires `ssl_protocols TLSv1.3`. Continue reading → The post Enabling HTTP/3 and QUIC in nginx first appeared on Narf.
0 0 0 0
Enabling HTTP/3 and QUIC in nginx Enabling HTTP/3 and QUIC in nginx is relatively straight forwards, and well documented. This was also an opportunity to update my basic configuration. tl;dr: * `http3 on` and `listen [::]:443 quic reuseport default_server` need to be added. * QUIC is over UDP, so the port needs to be opened in the firewall. * User-agents need to be told that it is now available., e.g., with an `add_header Alt-Svc 'h3=":443"; ma=86400'`. * HTTP/3 requires `ssl_protocols TLSv1.3`. Continue reading → The post Enabling HTTP/3 and QUIC in nginx first appeared on Narf.
0 0 0 0
Post image

Markov Modelling and Cluster-Based Analysis of Transport Layer Traffic Using Quick User Datagram Protocol Internet Connections
www.mdpi.com/2673-4591/10...

By Zoltan Gal et al.
From the IEEE ICEIB 2025 Conference

#Networking #WebPerformance #HTTP3 #DataScience

1 0 0 0
Preview
SSH3 - Un accès SSH plus rapide & sécurisé avec HTTP/3 Et si je vous disais qu’il existe un futur où vous allez pouvoir vous connecter en SSH à votre serveur de production avec votre compte Google et que celui-ci serait totalement invisible aux yeux du monde ? Et bien ça arrive bientôt et ça s’appelle **SSH3** ! Alors déjà, pas de panique, je vais pas vous sortir le speech classique du “ _Oh regardez, un nouveau protocole qui va révolutionner le monde_ ”. Non non, l’histoire est beaucoup plus tordue que ça car SSH3, c’est un symptôme d’un phénomène beaucoup plus gros qui est en train de se passer sous notre nez et qui est la “ _webisation_ ” d’Internet _(oui, je viens d ’inventer ce mot)._
0 0 0 0
Preview
SSH3 - Un accès SSH plus rapide & sécurisé avec HTTP/3 Et si je vous disais qu’il existe un futur où vous allez pouvoir vous connecter en SSH à votre serveur de production avec votre compte Google et que celui-ci serait totalement invisible aux yeux du monde ? Et bien ça arrive bientôt et ça s’appelle **SSH3** ! Alors déjà, pas de panique, je vais pas vous sortir le speech classique du “ _Oh regardez, un nouveau protocole qui va révolutionner le monde_ ”. Non non, l’histoire est beaucoup plus tordue que ça car SSH3, c’est un symptôme d’un phénomène beaucoup plus gros qui est en train de se passer sous notre nez et qui est la “ _webisation_ ” d’Internet _(oui, je viens d ’inventer ce mot)._
0 0 0 0
Post image

Markov Modelling and Cluster-Based Analysis of Transport Layer Traffic Using Quick User Datagram Protocol Internet Connections
www.mdpi.com/2673-4591/10...

By Zoltan Gal et al.
From the IEEE ICEIB 2025 Conference

#Networking #UDP #NetworkOptimization #HTTP3

0 0 0 0
Preview
Java 26の新機能: G1 GC、HTTP/3、Applet API削除 | AI News Java 26の最新情報!G1 GCの改善、HTTP/3対応、Applet API削除など、Javaの進化を解説します。

AIクリエーターの道 ニュース: Java 26 がリリース間近! G1 GCの改善でスループット向上、HTTP/3サポート。Javaの進化を見逃すな! #Java26 #G1GC #HTTP3

詳しくはこちら↓↓↓
gamefi.co.jp/2025/09/10/j...

0 0 0 0
Preview
JDK 26 Adds HTTP/3 Support for Faster Web: AI News JDK 26 is set to include HTTP/3 for better web performance! Discover how Java will utilize the latest protocol.

AIMindUpdate News!
Ready for faster web interactions? JDK 26 is integrating HTTP/3! Minimize code changes, maximize performance. #JDK26 #HTTP3 #Java

Click here↓↓↓
aimindupdate.com/2025/09/07/j...

2 2 0 0
Preview
JDK 26でHTTP/3サポート!Java開発の未来 | AI News JDK 26でHTTP/3がサポート!Java開発が高速化。新機能と詳細をチェック!

AIクリエーターの道 ニュース:JDK 26がHTTP/3をサポート!Java開発のスピードアップに期待!未来の開発をその手に! #Java #JDK26 #HTTP3

詳しくはこちら↓↓↓
gamefi.co.jp/2025/09/07/j...

2 2 0 0