dom96 / httpbeast

A highly performant, multi-threaded HTTP 1.1 server written in Nim.
MIT License
442 stars 51 forks source link

Rumors #93

Open sjhaleprogrammer opened 8 months ago

sjhaleprogrammer commented 8 months ago

https://forum.nim-lang.org/t/10080

Guy on a forum said that httpbeast has memory leaks and crashes, is this accurate?

ThomasTJdev commented 8 months ago

I haven't experienced any. The only "crash" is when using the latest httpbeast@0.4.1 github-tag with Nim v2.0. But that is fixed by using httpbeast#head (https://github.com/dom96/httpbeast/issues/91).