mirror of
https://github.com/soypat/lneto.git
synced 2026-09-01 20:39:11 +00:00
work on KVBuffer exhausted semantics
This commit is contained in:
@@ -55,7 +55,7 @@ func (c *Cookie) Parse() error {
|
||||
break
|
||||
}
|
||||
if !c.kv.setInternal(k, v) {
|
||||
return errOOM
|
||||
return ErrBufferExhausted
|
||||
}
|
||||
|
||||
off += n
|
||||
|
||||
Reference in New Issue
Block a user