|
|
|
|
|
by Shish2k
927 days ago
|
|
Is it safe to expose to the internet[0]? I’m still looking for a Rust web framework that supports eg timeouts for idle connections so that it doesn’t crash and burn when it runs out of sockets after a few hours of serving production traffic (let alone being able to survive an intentional slowloris attack) :( [0] I’m ideally hoping for a framework which ticks the same boxes that Go’s `net/http` was ticking in 2016: https://blog.cloudflare.com/exposing-go-on-the-internet/ |
|
Or at least I can say - I’ve not experienced issues doing this in an app serving 100m in a day. YMMV etc.