Tag

HTTP/3

1 views collected around this technical thread.

Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Mar 6, 2025 · Backend Development

ROFF: A High‑Performance Seven‑Layer Rust‑Based Gateway with TLS Offload, QUIC/HTTP3, and Dynamic Module System

ROFF is a Rust‑implemented, seven‑layer gateway that delivers high‑throughput load balancing with memory‑safe performance, TLS hardware offload, native QUIC/HTTP3 support, a hot‑reload/upgrade mechanism, and an extensible module system allowing over thirty built‑in filters and custom Rust macros.

HTTP/3Load BalancingModule System
0 likes · 28 min read
ROFF: A High‑Performance Seven‑Layer Rust‑Based Gateway with TLS Offload, QUIC/HTTP3, and Dynamic Module System
Python Programming Learning Circle
Python Programming Learning Circle
Mar 1, 2025 · Backend Development

Introducing Niquests: A Modern Python HTTP Client with HTTP/1.1, HTTP/2, and HTTP/3 Support

Niquests is a Python HTTP client that serves as a direct replacement for Requests, offering automatic support for HTTP/1.1, HTTP/2, and HTTP/3, along with advanced features such as DNS-over-HTTPS, async/await usage, and extensive security and performance enhancements.

HTTP ClientHTTP/3Niquests
0 likes · 6 min read
Introducing Niquests: A Modern Python HTTP Client with HTTP/1.1, HTTP/2, and HTTP/3 Support
High Availability Architecture
High Availability Architecture
Nov 27, 2024 · Cloud Native

Apache Dubbo Triple X Protocol Adds Full HTTP/3 Support: Design, Configuration, and Performance

The article explains how Apache Dubbo's Triple X protocol now fully supports HTTP/3, detailing its design goals, performance advantages, configuration steps, code examples, and real‑world benchmarks that demonstrate significant latency reduction and reliability improvements in cloud‑native microservice environments.

Cloud NativeDubboHTTP/3
0 likes · 9 min read
Apache Dubbo Triple X Protocol Adds Full HTTP/3 Support: Design, Configuration, and Performance
Top Architect
Top Architect
Aug 24, 2024 · Fundamentals

HTTP History, QUIC Overview, and Key Features of HTTP/3

This article traces the evolution of HTTP from its 1991 inception through HTTP/1.1, HTTP/2, and HTTP/3, explains the QUIC protocol’s design and advantages, and details connection establishment, congestion control, flow control, and head‑of‑line blocking mitigation techniques used in modern web transport.

Flow ControlHTTPHTTP/3
0 likes · 15 min read
HTTP History, QUIC Overview, and Key Features of HTTP/3
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jun 28, 2024 · Fundamentals

Deep Dive into QUIC Protocol: Architecture, Features, and Optimization Strategies

The article thoroughly examines QUIC—the user‑space, UDP‑based transport underpinning HTTP/3—detailing its architecture, fast 0‑RTT handshakes, connection migration, stream‑level independence, congestion control, and flow‑control mechanisms, while also discussing implementation hurdles like 0‑RTT reliability, load‑balancer routing, UDP restrictions, CPU overhead, and real‑world performance gains reported by major Chinese tech firms.

0-RTT handshakeConnection MigrationHTTP/3
0 likes · 21 min read
Deep Dive into QUIC Protocol: Architecture, Features, and Optimization Strategies
Architect
Architect
Mar 14, 2023 · Fundamentals

Why HTTP/3 Replaces TCP: Understanding QUIC and Protocol Evolution

The article explains how HTTP/3 abandons TCP in favor of the QUIC protocol built on UDP, detailing TCP's head‑of‑line blocking, handshake latency, middlebox rigidity, and how QUIC’s reliability, multiplexing, and fast handshakes address these issues while also noting deployment challenges.

HTTP/3ProtocolQUIC
0 likes · 7 min read
Why HTTP/3 Replaces TCP: Understanding QUIC and Protocol Evolution
Laravel Tech Community
Laravel Tech Community
Feb 22, 2023 · Operations

curl 7.88.1 Release: Bug Fixes for HTTP/2 Multiplexing, Connection Timeout, and Additional Improvements

The curl 7.88.1 update addresses several critical bugs—including HTTP/2 multiplexed data corruption, inaccurate connection timeout handling, uninitialized port values in runtests, missing SRP support checks, HTTP3 fallback when HTTP2 is unavailable, and socketpair EWOULDBLOCK handling—enhancing reliability across platforms.

Bug FixHTTP/2HTTP/3
0 likes · 3 min read
curl 7.88.1 Release: Bug Fixes for HTTP/2 Multiplexing, Connection Timeout, and Additional Improvements
IT Services Circle
IT Services Circle
Jul 6, 2022 · Fundamentals

Why HTTP/3 Abandons TCP: An Overview of QUIC and Its Benefits

The article explains how TCP, the long‑standing transport for HTTP/1.x and HTTP/2, suffers from head‑of‑line blocking and handshake latency, why protocol ossification hinders upgrades, and how HTTP/3’s QUIC built on UDP overcomes these issues while introducing its own deployment challenges.

HTTP/3ProtocolQUIC
0 likes · 7 min read
Why HTTP/3 Abandons TCP: An Overview of QUIC and Its Benefits
DaTaobao Tech
DaTaobao Tech
Jun 15, 2022 · Fundamentals

Choosing QUIC as a TCP Replacement: Scenarios, Principles, and XQUIC Experience

QUIC replaces TCP when long, lossy or wireless‑induced jitter dominates, offering multi‑stream, 0‑RTT, user‑space transport; Alibaba’s XQUIC library demonstrates 15‑20% latency cuts, 26% throughput gains via XDP‑based UDP bypass, and outlines a four‑stage adoption path from business value to open‑source leadership.

HTTP/3Network PerformanceQUIC
0 likes · 11 min read
Choosing QUIC as a TCP Replacement: Scenarios, Principles, and XQUIC Experience
Architecture Digest
Architecture Digest
Jun 14, 2022 · Fundamentals

Understanding HTTP/3 and QUIC: History, Key Features, and Performance Improvements

This article explains the evolution of HTTP, the release of the HTTP/3 RFC, how QUIC leverages UDP to provide faster, secure connections with 0‑RTT handshakes, solves head‑of‑line blocking, improves congestion and flow control, and details its core mechanisms such as connection migration and ACK handling.

HTTP/3NetworkQUIC
0 likes · 14 min read
Understanding HTTP/3 and QUIC: History, Key Features, and Performance Improvements
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Nov 2, 2021 · Fundamentals

Evolution of HTTP: From 0.9 to HTTP/3 and Its Key Features

This article explains the historical development of the HTTP protocol—from the simple HTTP/0.9 version through HTTP/1.0, 1.1, the binary‑based HTTP/2, and the emerging HTTP/3—highlighting each version's features, limitations, and the motivations behind their upgrades.

HTTPHTTP/2HTTP/3
0 likes · 12 min read
Evolution of HTTP: From 0.9 to HTTP/3 and Its Key Features
Tencent Cloud Developer
Tencent Cloud Developer
Mar 15, 2021 · Fundamentals

Understanding QUIC: Transport‑Layer Implementation of HTTP/3 and Its Key Features

QUIC, a UDP‑based transport protocol that merges TCP reliability, UDP speed, and TLS security, underpins HTTP/3 by eliminating TCP’s three‑way handshake and head‑of‑line blocking, offering connection migration, 0‑RTT latency, customizable congestion control, fully encrypted packets, and is already being deployed in services such as Tencent Cloud CDN.

Connection MigrationHTTP/3Network Performance
0 likes · 17 min read
Understanding QUIC: Transport‑Layer Implementation of HTTP/3 and Its Key Features
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 18, 2020 · Fundamentals

Understanding HTTP/2: Its Achievements, Limitations, and the Need for HTTP/3

This article reviews the development and core features of HTTP/2, explains why its TCP‑based design still suffers from head‑of‑line blocking and handshake latency, and argues that these inherent limitations make the transition to HTTP/3 over QUIC inevitable for modern web developers.

HTTPHTTP/2HTTP/3
0 likes · 12 min read
Understanding HTTP/2: Its Achievements, Limitations, and the Need for HTTP/3
NetEase Media Technology Team
NetEase Media Technology Team
Aug 14, 2020 · Mobile Development

QUIC Protocol Implementation Practice at NetEase News: Achieving 45% Response Time Reduction

NetEase News adopted Google’s gQUIC via Chromium’s Cronet library together with Nginx + Caddy, making QUIC handle over 75% of traffic and cutting average response time by about 45%, halving error rates and reducing video stutter by more than 25% within three months.

AndroidCronetHTTP/3
0 likes · 13 min read
QUIC Protocol Implementation Practice at NetEase News: Achieving 45% Response Time Reduction
UC Tech Team
UC Tech Team
Nov 12, 2018 · Fundamentals

HTTP/3: Renaming HTTP-over-QUIC and Its Evolution

This article explains how the protocol formerly known as HTTP-over-QUIC was officially renamed to HTTP/3, outlines the role of the IETF QUIC working group, the distinction between iQUIC and gQUIC, and highlights key interoperability milestones and resources.

HTTP/3IETFProtocol
0 likes · 3 min read
HTTP/3: Renaming HTTP-over-QUIC and Its Evolution