Skip to content

server.maxConnections = 0 is treated as if its unset

Rodrigo Muino Tomonari requested to merge github/fork/ignoramous/patch-1 into main

server.maxConnections is an Integer, and so, I'd expect 0 to behave the same as -1; ie, drop all incoming conns.

(this is my first commit: I may have messed it up. I skimmed contributing.md but didn't pay much attention to it given this is a straight-forward fix... or, so I think)

Merge request reports

Loading