This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
v4.76.0: bugfixes and internal improvements
This release:
- makes
readAllAsync()
use a reasonable buffer size forread()
, 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