diff options
| author | 2026-03-29 03:50:31 +0000 | |
|---|---|---|
| committer | 2026-03-29 03:50:31 +0000 | |
| commit | b6d6d077d4b28c2dcc644baadcfbc35e44f37a32 (patch) | |
| tree | 037b213ec371a33d19dd91ddb9d38676ef43eed6 /network/protocol/pktline/chunk_writer.go | |
| parent | network/protocol: Constructors get Life-Parent too (diff) | |
| signature | No signature | |
network: Fix labels
Diffstat (limited to 'network/protocol/pktline/chunk_writer.go')
| -rw-r--r-- | network/protocol/pktline/chunk_writer.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/protocol/pktline/chunk_writer.go b/network/protocol/pktline/chunk_writer.go index 3c9d409a..f009978e 100644 --- a/network/protocol/pktline/chunk_writer.go +++ b/network/protocol/pktline/chunk_writer.go @@ -4,6 +4,8 @@ import "io" // ChunkWriter packetizes arbitrary stream bytes into data pkt-lines. // It never writes control packets automatically. +// +// Labels: MT-Unsafe. type ChunkWriter struct { enc *Encoder } |
