fix(h2): TypeError: Cannot read properties of null (reading 'push') i…#4881
Conversation
80a5e90 to
90a543c
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4881 +/- ##
==========================================
- Coverage 93.02% 93.01% -0.02%
==========================================
Files 112 112
Lines 35287 35287
==========================================
- Hits 32827 32823 -4
- Misses 2460 2464 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mcollina
left a comment
There was a problem hiding this comment.
Can you solve the TOCTOU without adding the ? guard. That sit in a hot path, and it's likely that it will add some overhead.
I'm not sure how to avoid a non-null check for Only with the change of moving |
…n RequestHandler.onData under high H2 concurrency
This relates to...
#4880