Skip to content

2.2.2

Choose a tag to compare

@smatsson smatsson released this 17 Dec 08:49
· 184 commits to master since this release

Fixes a memory leak described here.

Fixes include:

  • Buffer pooling to reduce the load on the GC.
  • Write buffer can no longer overflow, preventing unnecessary allocations.
  • Async stream operations when using the file concatenation extension.