This commit is contained in:
misu 2019-02-03 14:49:04 +09:00
parent 62bb07b760
commit 985aed2c33
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -171,7 +171,7 @@
//
// conn.EnableWriteCompression(false)
//
// Currently this package support compression with "context takeover".
// Currently this package supports compression with "context takeover".
// This means that messages must be compressed and decompressed in isolation,
// without retaining sliding window or dictionary state across messages. For
// more details refer to RFC 7692.