fix: socket connections/closing
you can no longer crash the entire server by connection to the socket 8 times
This commit is contained in:
parent
3a12c0ee6c
commit
c1c8cdbfcd
5 changed files with 147 additions and 164 deletions
|
@ -34,3 +34,4 @@ mime_guess = "2.0.5"
|
|||
cf-turnstile = "0.2.0"
|
||||
contrasted = "0.1.2"
|
||||
futures-util = "0.3.31"
|
||||
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue