Skip to content

fix: remove deprecated "identity" for "transfer-encoding" header#487

Merged
arthurfiorette merged 2 commits intokitajs:nextfrom
skwee357:next
May 5, 2026
Merged

fix: remove deprecated "identity" for "transfer-encoding" header#487
arthurfiorette merged 2 commits intokitajs:nextfrom
skwee357:next

Conversation

@skwee357
Copy link
Copy Markdown

@skwee357 skwee357 commented May 2, 2026

Remove deprecated "identity" value for "transfer-encoding" header, as per RFC7230. Fixes #486

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 2, 2026

🦋 Changeset detected

Latest commit: db4bb89

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@kitajs/fastify-html-plugin Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.40%. Comparing base (913db5b) to head (db4bb89).

Additional details and impacted files
@@           Coverage Diff           @@
##             next     #487   +/-   ##
=======================================
  Coverage   95.40%   95.40%           
=======================================
  Files          13       13           
  Lines         479      479           
  Branches      137      137           
=======================================
  Hits          457      457           
  Misses         20       20           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@arthurfiorette arthurfiorette merged commit 6753fd5 into kitajs:next May 5, 2026
11 of 12 checks passed
This was referenced May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Transfer encoding "identity" is deprecated, causes 502 with reverse proxy

2 participants