[PR #584] [MERGED] stream/internal: don't abort immediately after close for generic streams #1208

Closed
opened 2025-11-09 10:08:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/584
Author: @dumbmoron
Created: 6/23/2024
Status: Merged
Merged: 6/23/2024
Merged by: @wukko

Base: currentHead: fix-internal-abort


📝 Commits (3)

  • 0d82c3e stream: move closeRequest to shared functions
  • f54d2d8 stream: use closeRequest instead of abort() directly
  • 6cc1443 stream/internal: don't abort immediately after close for generic streams

📊 Changes

4 files changed (+14 additions, -11 deletions)

View changed files

📝 src/modules/stream/internal.js (+7 -5)
📝 src/modules/stream/manage.js (+2 -1)
📝 src/modules/stream/shared.js (+4 -0)
📝 src/modules/stream/types.js (+1 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/584 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 6/23/2024 **Status:** ✅ Merged **Merged:** 6/23/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `fix-internal-abort` --- ### 📝 Commits (3) - [`0d82c3e`](https://github.com/imputnet/cobalt/commit/0d82c3e524ea0837bd2e105d41ab48134dafe2d4) stream: move closeRequest to shared functions - [`f54d2d8`](https://github.com/imputnet/cobalt/commit/f54d2d82cb591a08ed6adf279e2a3981ef4aee1c) stream: use closeRequest instead of abort() directly - [`6cc1443`](https://github.com/imputnet/cobalt/commit/6cc1443e1e20811982d3b52750868c4c159f80b2) stream/internal: don't abort immediately after close for generic streams ### 📊 Changes **4 files changed** (+14 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/stream/internal.js` (+7 -5) 📝 `src/modules/stream/manage.js` (+2 -1) 📝 `src/modules/stream/shared.js` (+4 -0) 📝 `src/modules/stream/types.js` (+1 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:08:07 -06:00
Sign in to join this conversation.