atproto utils for zig zat.dev
atproto sdk zig
Something went wrong. Try again.
transport: bound the response-head phase with a deadline master
StallGuard only watches body bytes, so connect, TLS, request send, and receiveHead were unbounded: a peer that accepts and never answers (the 2026-08-13 zlay authority stall) held a caller until the kernel gave up (~2min for an unanswered SYN) or forever on an established socket. head_deadline_ns (default 10s, 0 disables) runs each fetch attempt as a task and cancels it if no response head arrives in time, surfacing error.ResponseHeadTimeout. Once the head is seen, the body remains StallGuard's problem. Mirrors indigo's identity directory client, which deadlines every phase (10s client timeout, 3s dial). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Author zzstoatzz Co-author Claude Fable 5 Date (Aug 13, 2026, 8:30 PM UTC) Commit 035f769d 035f769df45e53336dbbdc33f05c8917ecf0b987 Parent 556b5536 556b55361159970d6c7e08cfbdfe9821b12424dd