feat: remove gRPC shim — plain MWP over HTTPS POST, upload-first push
- _sp() returns plain msgpack (was grpc_frame-wrapped) - wire_push_stream uses iter_wire_frames (raw MWP), not iter_wire_frames_grpc - _result() includes stored_commits/stored_objects/already_present_objects - wire_fetch_stream _pack() also uses plain msgpack - push/stream route: upload-first, single msgpack dict response, WIRE_CONTENT_TYPE - All tests updated for new protocol (T1-T10, S1-S9, P1-P4)
sha256:0f3ed53553649b11cc15feaf062b06067bf41405e83fe12c67404db589be2379
sha
+38
~32
−7
symbols
sha256:9de6fab0e363e190080a9379316630ef7518553975e4902cec54d19fd2ab7ee0
snapshot
+38
symbols added
~32
symbols modified
−7
symbols removed
0
dead code introduced
Semantic Changes
77 symbols
+
test_s5_wire_push_stream_uses_iter_wire_frames
function
function test_s5_wire_push_stream_uses_iter_wire_frames L126–138
+
test_s6_server_response_not_grpc_wrapped
function
function test_s6_server_response_not_grpc_wrapped L145–159
+
test_s7_push_route_response_content_type
function
function test_s7_push_route_response_content_type L166–178
+
test_s9_auth_still_checked_before_stream
function
async_function test_s9_auth_still_checked_before_stream L233–259
~
_wrap
~
_wrap
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:0f3ed53553649b11cc15feaf062b06067bf41405e83fe12c67404db589be2379 --body "your comment"
No comments yet. Be the first to start the discussion.