| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The socket can be destroyed by the other peer while data is still being written. Add a listener for the `'error'` event.
|
This should fix https://ci.nodejs.org/job/node-test-commit-osx/64927/nodes=osx13-x64/testReport/junit/(root)/parallel/test_http2_client_socket_destroy/ ---
duration_ms: 202.502
exitcode: 1
severity: fail
stack: |-
node:events:485
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:216:20)
Emitted 'error' event on ServerHttp2Stream instance at:
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
errno: -54,
code: 'ECONNRESET',
syscall: 'read'
}
Node.js v24.0.0-pre
...
|
Sorry, something went wrong.
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #58212 +/- ##
=======================================
Coverage 90.13% 90.14%
=======================================
Files 629 629
Lines 186628 186628
Branches 36632 36623 -9
=======================================
+ Hits 168218 168227 +9
+ Misses 11219 11207 -12
- Partials 7191 7194 +3 see 43 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
Failed to start CI⚠ No approving reviews found ✘ Refusing to run CI on potentially unsafe PRhttps://github.com/nodejs/node/actions/runs/14883893336 |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
The socket can be destroyed by the other peer while data is still being written. Add a listener for the `'error'` event. PR-URL: #58212 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
The socket can be destroyed by the other peer while data is still being written. Add a listener for the `'error'` event. PR-URL: #58212 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
| Back | FazBrowse Home | New Git URL |
The socket can be destroyed by the other peer while data is still being written. Add a listener for the 'error' event.