Performance Comparison Between HTTP/3 and HTTP/2

Performance Comparison Between HTTP/3 and HTTP/2

Author: Sreeni Tellakula Translator: Wang Kunxiang Editor: Wan Jia During last year’s Cloudflare birthday week, we announced the initial support for the next-generation protocol HTTP/3, which is based on HTTP/2. Our goal is to work towards building a better internet. Collaboration in standard-setting is crucial, and we are honored to be involved in the standardization … Read more

Have You Tried This More Modern HTTP Client? Check Out HTTPX, Perfect for Python Developers

Have You Tried This More Modern HTTP Client? Check Out HTTPX, Perfect for Python Developers

HTTPX is a “next-generation” HTTP client for Python 3. Its goal is to retain the user-friendly and understandable API of requests while adding modern features such as asynchronous support and HTTP/2. In other words, if you like the syntax of requests but want async/await, HTTP/2, or stricter timeout controls, HTTPX is the familiar yet fresh … Read more

Wireshark Case Study (25): The ‘Multiplexing’ of HTTP/2

Wireshark Case Study (25): The 'Multiplexing' of HTTP/2

Introduction This article continues the “Wireshark Practical Case Study” series, delving into an “epoch-making” “efficiency revolution” in the world of web performance. It concerns the “loading speed” of every modern website you open, the fundamental transformation in the “dialogue” between “browsers” and “servers”, and a great “traffic” revolution initiated to end the “old” and “inefficient” … Read more

New HTTP/2 ‘MadeYouReset’ Vulnerability Can Trigger Large-Scale DoS Attacks

New HTTP/2 'MadeYouReset' Vulnerability Can Trigger Large-Scale DoS Attacks

Multiple vulnerabilities have been discovered in HTTP/2 that are susceptible to a new attack technique called MadeYouReset, which can be exploited to launch powerful denial-of-service (DoS) attacks. Researchers Gal Bar Nahum, Anat Bremler-Barr, and Yaniv Harel stated: “MadeYouReset bypasses the limits typically imposed by servers, which allow a maximum of 100 concurrent HTTP/2 requests per … Read more

HTTP/2 Protocol Exposes ‘MadeYouReset’ Vulnerability, Potential for Large-Scale DDoS Attacks

HTTP/2 Protocol Exposes 'MadeYouReset' Vulnerability, Potential for Large-Scale DDoS Attacks

Shake Network Technology NewsClick the right to follow for the latest technology news!Part01 Vulnerability Overview Security researchers have discovered a new denial-of-service (DoS) vulnerability in the implementation of the HTTP/2 protocol, named “MadeYouReset” (CVE-2025-8671). This vulnerability was publicly disclosed on August 13, 2025, marking a significant escalation in threats related to network protocols. Attackers can … Read more

Internet Emergency Alert: HTTP/2 Protocol Exposes ‘Knife Attack’ Vulnerability, Your Website May Be ‘Exposed’!

Internet Emergency Alert: HTTP/2 Protocol Exposes 'Knife Attack' Vulnerability, Your Website May Be 'Exposed'!

In the dead of night, you might be sleeping soundly, unaware that countless servers around the world are experiencing a storm of “forced reboots”. This is not an exaggeration. Frontline security teams are closely monitoring a new type of cyber attack called “MadeYouReset”. It acts like a top assassin, exploiting a fatal flaw in the … Read more

Detailed Explanation of ResTempale and OkHttp3

Detailed Explanation of ResTempale and OkHttp3

📌 1. Core Definitions and Basic Understanding (What?) 1. Official Documentation/Specifications • Positioning: OkHttp is a modern and efficient HTTP & HTTP/2 client open-sourced by Square (official documentation). • Core Objectives: • Support for HTTP/2 and WebSocket • Connection pool reuse to reduce latency • Transparent GZIP compression • Response caching • Automatic retries and … Read more

HTTPX: The Next-Generation HTTP Client in Python, More Powerful than Requests!

HTTPX: The Next-Generation HTTP Client in Python, More Powerful than Requests!

In the Python ecosystem, <span>requests</span> has long been the preferred tool for HTTP clients. However, with the rise of asynchronous programming and HTTP/2, developers need a more modern and flexible solution. This is where <span>httpx</span> comes into play! What is HTTPX? <span>HTTPX</span> is a powerful and modern Python HTTP client library that supports both synchronous … Read more

New HTTP/2 Vulnerability ‘MadeYouReset’ Exposed: Potential for Large-Scale DoS Attacks

New HTTP/2 Vulnerability 'MadeYouReset' Exposed: Potential for Large-Scale DoS Attacks

Vulnerability Overview Recently, security researchers Gal Bar Nahum, Anat Bremler-Barr, and Yaniv Harel discovered a new vulnerability in the HTTP/2 protocol, named ‘MadeYouReset’ (CVE-2025-8671). This vulnerability allows attackers to bypass the server’s limit on the number of concurrent requests within a single TCP connection (typically 100), enabling large-scale denial of service (DoS) attacks. Technical Details … Read more

New HTTP/2 ‘MadeYouReset’ Vulnerability Can Launch Large-Scale DoS Attacks

New HTTP/2 'MadeYouReset' Vulnerability Can Launch Large-Scale DoS Attacks

Click the blue text above to follow us Multiple implementations of the HTTP/2 protocol have been found to contain a new attack technique vulnerability called “MadeYouReset,” which could be used to carry out powerful denial-of-service (DoS) attacks. Researchers Gal Bar Nahum, Anat Bremler-Barr, and Yaniv Har’el stated: “MadeYouReset can bypass the limit of 100 concurrent … Read more