Skip to content

Conversation

@felangel
Copy link
Contributor

@felangel felangel commented Nov 3, 2025

Status

READY

Description

  • reverts perf: optimize Request.read #1410 because the use of expando introduced a regression where multiple request body reads across middleware:handler gaps would previously work and no longer work after this change (due to the fact that the internal request was modified).

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel felangel self-assigned this Nov 3, 2025
@felangel felangel added the bug Something isn't working as expected label Nov 3, 2025
@felangel felangel added the product: dart frog Issues related to the Dart Frog core library label Nov 3, 2025
@felangel felangel requested a review from wolfenrain as a code owner November 3, 2025 16:20
@felangel felangel changed the title fix(dart_frog): revert expando perf optimization fix(dart_frog): revert Expando perf optimization Nov 3, 2025
@felangel felangel merged commit 9381f18 into main Nov 3, 2025
24 checks passed
@felangel felangel deleted the fix/revert-expando-optimization branch November 3, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working as expected product: dart frog Issues related to the Dart Frog core library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants