mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 20:45:59 +03:00
[GH-ISSUE #77] Memory hog / crash after receiving a real https request #68
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yatli on GitHub (Nov 24, 2019).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/77
I'm running cloak as a shadowsocks plugin.
A few ck-server instances are spawned on startup, each taking a gentle amount of memory. However after a while, all these ck-server instances blow up eating hundreds of megs, and then die.
A screenshot of dying instances:

Here are a few warnings at the end of the SS log:
This typically means some scanner has been trying to reach the port thinking it's https, but
ck-serverdoesn't like those requests.To repro, open up a browser, navigate to
https://__server__.comand see how theck-serverinstances crash.@yatli commented on GitHub (Nov 24, 2019):
Meh, I did not set up a redir server.