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: resolve memory leak in parser buffer management
Fix buffer shrinking: create new appropriately-sized buffer instead of just adjusting pointers when partial messages remain.
This allows garbage collection of large processed buffers that were previously kept alive due to cursor-based buffer management.
Resolves memory leak where large buffers would remain in memory indefinitely even when only a few bytes of data were still needed.
0 commit comments