Skip to content

v1.2.2

Compare
Choose a tag to compare
@e9x e9x released this 23 Nov 20:42
· 87 commits to master since this release
5fbea92
  • fixed build
  • --version param added

from v1.2.1:

  • Request/Upgrade leaks fixed
    This issue has in turned caused memory leaks and ridiculously high CPU usage. This leak has been unnoticed ever since the first release. Performance issues before this were dismissed as DDoS attacks or other scripts.
    Older mitigations for this include:

  • putting a memory limit on the bare server

  • running it in clusters

  • periodically restarting it

This release addresses the socket leak and therefore is the most reliable and preferred mitigation.