Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to prevent crash chunyenHuang#61
The problem was that putting appendPage opens up a reader file resource that does not get released after function is complete, so when it is called within a large loop, the program runs out of file descriptors.
- Loading branch information