mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 15:13:40 +00:00
handshake and control duplicated the same 4-byte BE length + body framing with independent ErrFrameTooLarge constants. Centralize in internal/framing and have both callers delegate. ErrFrameTooLarge is re-exported so existing errors.Is checks keep working. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>