You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pool): drop oversized decoder buffers to prevent memory leak (#19)
PutDecoder now drops buffers exceeding 32KB, matching the existing
PutEncoder behavior and preventing the pool from retaining memory
from large decode operations.
0 commit comments