| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I have just rebased it. |
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 6.66667% with 14 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #64044 +/- ##
==========================================
- Coverage 90.15% 90.13% -0.02%
==========================================
Files 743 744 +1
Lines 242407 242529 +122
Branches 45645 45691 +46
==========================================
+ Hits 218532 218611 +79
- Misses 15357 15402 +45
+ Partials 8518 8516 -2
... and 38 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
The quic implementation calls setWakeUp with the assumption, that it is only executed once per event loop cycle. This assumption is wrong. Only setImmediate will guarantee, that the execution is delayed to later in the event loop and happening once in the event loop. Fixes: nodejs#64035 Signed-off-by: Marten Richter <marten.richter@freenet.de>
Co-authored-by: James M Snell <jasnell@gmail.com>
Co-authored-by: James M Snell <jasnell@gmail.com>
|
I have just added something, which is only relevant, if the fin is relevant, see: |
Sorry, something went wrong.
Sorry, something went wrong.
The quic implementation calls setWakeUp with the assumption, that it is only executed once per event loop cycle. This assumption is wrong. Only setImmediate will guarantee, that the execution is delayed to later in the event loop and happening once in the event loop. Fixes: #64035 Signed-off-by: Marten Richter <marten.richter@freenet.de> PR-URL: #64044 Reviewed-By: James M Snell <jasnell@gmail.com>
The quic implementation calls setWakeUp with the assumption, that it is only executed once per event loop cycle. This assumption is wrong. Only setImmediate will guarantee, that the execution is delayed to later in the event loop and happening once in the event loop. Fixes: #64035 Signed-off-by: Marten Richter <marten.richter@freenet.de> PR-URL: #64044 Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
The quic implementation calls setWakeUp of Blob with the assumption that it is only executed once per event loop cycle.
This assumption is wrong.
Only setImmediate will guarantee that the
execution is delayed to later in the event loop
and happening once in the event loop.
Fixes: #64035