Skip to content

fix(files,http,web): do not compress 206 at all#3923

Merged
JohnTitor merged 1 commit intoactix:mainfrom
JohnTitor:do-not-compress-206
Feb 14, 2026
Merged

fix(files,http,web): do not compress 206 at all#3923
JohnTitor merged 1 commit intoactix:mainfrom
JohnTitor:do-not-compress-206

Conversation

@JohnTitor
Copy link
Member

PR Type

PR_TYPE

PR Checklist

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the latest stable rustfmt.
  • (Team) Label with affected crates and semver status.

Overview

Fix #3191

This removes a fix in #2817 but adds a exclusion logic to actix-http so that we can enforce not compressing 206 partial content stuff entirely.

@github-actions github-actions bot added A-files project: actix-files A-http project: actix-http A-web project: actix-web B-semver-patch labels Feb 14, 2026
@JohnTitor JohnTitor merged commit 6d81907 into actix:main Feb 14, 2026
14 checks passed
@JohnTitor JohnTitor deleted the do-not-compress-206 branch February 14, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-files project: actix-files A-http project: actix-http A-web project: actix-web B-semver-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

actix-files: Range request for static HTML file results in Content Encoding Error

1 participant