#http3

@theaitch @Codeberg that's what I did in the past, but for some reason, #bunnycdn is much slower than statichost, even when optimizing caching etc.

Beides the lack of #http3, there must be more that #statichost is doing.

Neustradamus :xmpp: :linux:neustradamus
2025-06-05
Neustradamus :xmpp: :linux:neustradamus
2025-06-03
CAD-Viewer.orgcad_viewer
2025-05-09

We apologize if you’ve recently experienced any connection issues. Over the past two days, we’ve been upgrading our infrastructure to support HTTP/3 and IPv6 — bringing faster performance, improved reliability, and future-proof connectivity.

The upgrade is now complete, you should no longer encounter issues. You can now fully benefit from these enhancements.

2025-05-01

HTTP/2 / HTTP/3 и gRPC на Rust: пишем учебный Mini-Transport

Статья-практикум показывает, как устроены HTTP/2, HTTP/3 (QUIC) и gRPC на самом низком уровне. Вместо толстых библиотек мы пишем минимальный учебный фреймворк «Mini-Transport» на Rust (~600 строк): реализуем кодек HTTP/2-фреймов, упрощённый gRPC-протокол и базовую обёртку над QUIC. В результате получаем рабочий echo-клиент и сервер, которые пересылают «hello ↔ world» через собственноручно собранные фреймы. Разбор сопровождается поясняющими схемами, ссылками на RFC, вариантами дальнейшего развития (HPACK, flow-control, TLS/ALPN) и готовым репозиторием для самостоятельных экспериментов. Материал рассчитан на разработчиков, желающих понять «как всё крутится под капотом» и прокачать навыки низкоуровневой сетевой работы в Rust.

habr.com/ru/articles/906324/

#http2 #rust #http3 #quic #grpc #asyncio #tokio

Neustradamus :xmpp: :linux:neustradamus
2025-04-23

1.28.0 has been released ( / / / / / / / ) nginx.org/

Neustradamus :xmpp: :linux:neustradamus
2025-04-23
Neustradamus :xmpp: :linux:neustradamus
2025-04-20
Neustradamus :xmpp: :linux:neustradamus
2025-04-18
Neustradamus :xmpp: :linux:neustradamus
2025-04-18

1.27.5 (dev) has been released ( / / / / / / / ) nginx.org/

daniel:// stenberg://bagder
2025-04-16

Meanwhile in land, we can now do with 1.12.0 and 3.5.

Thanks to lots of amazing people, including @icing and Tatsuhiro of ngtcp2 of course.

Stefan Eissingicing@chaos.social
2025-04-11

curl HTTP/3 with OpenSSL 3.5 may be coming you way soon. Tatsuhiro, the maintainer of ngtcp2, did the (unnecessarly) heavy lifting to adapt and I did the comparatively few changes for it in curl.

Once ngtcp2 releases, we can merge that hopefully for the next curl release. If you want to test, see:

github.com/curl/curl/pull/1702
#curl #http3

SEO copywriter Daniel Beránekseo_copywriter_daniel_beranek
2025-04-09

, ,

analýza výkonu, , event-driven architektury, konfigurace, bezpečnosti, podpory , , pro dynamické weby

danielberanek.cz/srovnavaci-st

Srovnání webserverů LiteSpeed, Apache a Nginx
to⟁st⟁ltoastal@types.pl
2025-04-03

Yesterday the #H2O web server #NixOS module merged into #Nixpkgs with #HTTP3 / #QUIC support to be super easy.

An example of a simple reverse proxy usage, with compression + ACME + HTTP/2 + HTTP/3 + TLS redirect + Mozilla recommended TLS settings, would look like:

services.h2o = {
enable = true;
settings = {
compress = "ON";
http2-reprioritize-blocking-assets = "ON";
ssl-offload = "kernel";
};
hosts."example.org" = {
tls = {
policy = "force";
quic = { };
recommendations = "modern";
};
acme.enable = true;
settings = {
paths."/" = {
"proxy.reverse.url" = "http://127.0.0.1:42069";
};
};
};
}

daniel:// stenberg://bagder
2025-03-25

I'll talk again this week and I made this new slide explaining the "journey"

Did I miss any major milestone I should add?

The OpenSSL QUIC path from cirka 2019 until today
N-gated Hacker Newsngate
2025-03-17

HTTP/3, the Schrödinger's protocol of the internet, is simultaneously omnipresent and elusive. 🚀 It's like a ghost at a party: everyone talks about it, but no one can prove they've seen it. 🎩💻
httptoolkit.com/blog/http3-qui

Inautiloinautilo
2025-03-13


HTTP/3 is everywhere but nowhere · Be patient if you want end-to-end HTTP/3 for your app ilo.im/162rz8

_____

2025-03-12

@httptoolkit This blog post is an amazing information source! thanks

There's one correction I would like to make though: configuring the open-source #nginx to use #http3 is NOT hard at all. All it needs are two things and you get a lot of the benifts of http3:

- a recent distribution (past 1.25). Included in contemporary Debian and Ubuntu.

- the configuration to use it and that leverages its advantages by pointing to static directories directly (as files).

it really speeds up!

The Dutch PHP Conferencedpc_ibuildings
2025-03-03

HTTP/3 + QUIC = next-level web speed! ⚡ Join Marcus Bointon at the Dutch PHP Conference.

🔗 phpconference.nl/session/quic-

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst