unexport kvBuffer

This commit is contained in:
Patricio Whittingslow
2026-07-29 17:01:40 -03:00
parent 17bee3ed48
commit c5224da4a2
4 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ var (
const maxBufLen = 0xffff
type headerBuf struct {
kv KVBuffer
kv kvBuffer
// buf[:len] holds entire HTTP header data, which may be normalized by [flags]. buf[off:len] holds data not yet processed during parsing.
// buf []byte
// offset into buf for parsing.