Debian Patches
Status for node-websocket-stream/5.4.0-6
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001_fix_streamjs_crash.patch | Update to use latest node-duplexify & node-readable-stream When calling duplexify.end() function it throws an error. We need to catch the error. |
Ying-Chun Liu (PaulLiu) <paulliu@debian.org> | not-needed | debian | 2020-02-04 | |
| fix-for-node-ws-8.patch | fix for ws >= 8 | Yadd <yadd@debian.org> | no | 2022-02-20 | ||
| use-native-stream.patch | Use native stream module instead of readable-stream readable-stream 4 changed internal Transform behavior causing hangs when error events are emitted on destroyed streams. Since Node.js built-in stream module provides all needed features, use it directly. |
Yadd <yadd@debian.org> | not-needed | 2026-04-02 | ||
| skip-hanging-test-rs4.patch | Skip test that hangs with readable-stream 4 The "emit sending errors if the socket is closed by the other party" test hangs because duplexify's error/close event ordering changed with readable-stream 4, preventing the error event from being emitted. |
Yadd <yadd@debian.org> | not-needed | 2026-04-02 |
