Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buffer: restore dropping of too large buffers
This was removed when introducing sync.Pool in commit 1a1367c because it seemed unnecessary, but an open issue about the sync.Pool documentation shows that a size limit may be useful after all.
- Loading branch information