Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

v4.76.0: bugfixes and internal improvements

Compare
Choose a tag to compare
@fredemmott fredemmott released this 08 Dec 20:27

This release:

  • makes readAllAsync() use a reasonable buffer size for read(), instead of using the specified limit - or 6GB (the maximum size of a string in HHVM) if no limit was specified. This memory would be released after the call to read, but could still have a large impact on peak memory usage.
  • removes the internal _Private\_Network\CancelablePoller class; this was used as a workaround for an HHVM bug that was fixed in HHVM 4.76