Skip to content

Conversation

@domenic
Copy link

@domenic domenic commented Jan 22, 2026

  • Do not save the pipeline stream anywhere. It is never referenced.
  • Consistently return super.onResponseStart() from the overridden onResponseStart(), instead of only doing so 2/3 times.

These should not impact functionality. I will close this PR if it somehow causes test failures. (I guess removing the pipeline stream GC rooting could theoretically cause issues.)

This relates to...

No open issues, I just had to create a copy of this file in jsdom and got some interesting lint errors I thought you might appreciate getting fixed.

Rationale

These seem like bugs, albeit low-impact ones.

Changes

See commit message / top of PR description

Features

N/A

Bug Fixes

N/A

Breaking Changes and Deprecations

N/A

Status

* Do not save the pipeline stream anywhere. It is never referenced.
* Consistently return `super.onResponseStart()` from the overridden `onResponseStart()`, instead of only doing so 2/3 times.

These should not impact functionality.
@codecov-commenter
Copy link

codecov-commenter commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.22%. Comparing base (761fce9) to head (46a6df9).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4754      +/-   ##
==========================================
- Coverage   93.22%   93.22%   -0.01%     
==========================================
  Files         109      109              
  Lines       34024    34021       -3     
==========================================
- Hits        31720    31716       -4     
- Misses       2304     2305       +1     

☔ 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.

Copy link
Member

@metcoder95 metcoder95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Failures seems unrelated

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.

3 participants