docs: fix the tcpclient package comment typo and exported API documentation #13
Labels
No labels
nagonag
nagonag/ignore
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
heiko/mailseal#13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
internal/tsp-tcp/tcp.gobegins with:Timerstamperis a typo forTimestamper. Additional comments call the implementation RFC 3161 plain TCP even though the current wire behavior sends raw DER, half-closes, and reads raw DER rather than implementing RFC 3161 section 3.3 length/flag framing.Checklist: #15 (accurate documentation for exported packages/elements).
Proposed fix
CLAUDE.md, package docs, tests, and manual pages consistent.Acceptance criteria
go docdoes not claim unsupported RFC 3161 TCP framing.Reviewed against
948b7a9onmaster(Go 1.26.2).Package/API documentation now accurately describes the raw-DER/EOF TCP transport and correct interface name.
Closing commit:
b5c194322a89