gabriel / muse public
minor main #42 / 55
gabriel · 147 days ago · Apr 10, 2026 · Diff

Merge dev: fix SIGPIPE + add CHUNK_COMMITS to transport

sha256:4340bd47344e2f5b677590d95bfc26c68b66a34861310390a6de80469741d182 sha
+15 ~2 symbols
sha256:519013907bd5eaf98f4fe01d19a89357ab22343804aa7625007257566b9dab81 snapshot
+15
symbols added
~2
symbols modified
0
dead code introduced
Semantic Changes 17 symbols
~ muse/core/transport.py .py 5 symbols added, 2 symbols modified
+ _ignore_sigpipe function function _ignore_sigpipe L382–411
+ abc import import collections.abc L98–98
+ contextlib import import contextlib L99–99
+ signal import import signal L105–105
+ threading import import threading L106–106
~ tests/test_core_transport.py .py 10 symbols added
+ TestSigpipeRegression class class TestSigpipeRegression L517–571
+ _run_early_close_scenario method method _run_early_close_scenario L526–559
+ test_sigpipe_not_fatal_401_large_body method method test_sigpipe_not_fatal_401_large_body L565–567
+ test_sigpipe_not_fatal_409_large_body method method test_sigpipe_not_fatal_409_large_body L561–563
+ test_sigpipe_not_fatal_500_large_body method method test_sigpipe_not_fatal_500_large_body L569–571
+ _early_close_server function function _early_close_server L474–514
+ signal import import signal L6–6
+ socket import import socket L7–7
+ threading import import threading L8–8
+ time import import time L9–9

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:4340bd47344e2f5b677590d95bfc26c68b66a34861310390a6de80469741d182 --body "your comment"