work on KVBuffer exhausted semantics

This commit is contained in:
Patricio Whittingslow
2026-07-29 15:37:09 -03:00
parent e346cd98d1
commit 546f11e375
9 changed files with 131 additions and 204 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ func (c *Cookie) Parse() error {
break
}
if !c.kv.setInternal(k, v) {
return errOOM
return ErrBufferExhausted
}
off += n