croservices / cro

Development tools for building services and distributed systems in Raku using the Cro libraries.
https://cro.services/
Artistic License 2.0
88 stars 35 forks source link

Memory leak when using Cro::HTTP::Server with ssl enabled #57

Open Demayl opened 6 years ago

Demayl commented 6 years ago

Without ssl enabled it seems "almost" ok This is Rakudo version 2018.02.1-99-g6117647 built on MoarVM version 2018.02-24-gd7f4387

jnthn commented 6 years ago

So far I'm suspecting this will boil down to an issue in IO::Socket::Async::SSL, since its involvement is the only significant difference between the two pipelines. I'm working on a reproduction/analysis just using that.

Demayl commented 6 years ago

It seems ok when used on the web socket