diff options
Diffstat (limited to 'network/protocol/pktline/encoder.go')
| -rw-r--r-- | network/protocol/pktline/encoder.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/protocol/pktline/encoder.go b/network/protocol/pktline/encoder.go index ab8bb823..a7b17108 100644 --- a/network/protocol/pktline/encoder.go +++ b/network/protocol/pktline/encoder.go @@ -10,6 +10,8 @@ import ( // Encoder writes pkt-line frames to a flush-capable output transport. // // It writes exactly one frame per method call and does not auto-chunk data. +// +// Labels: MT-Unsafe. type Encoder struct { w iowrap.WriteFlusher maxData int |
