tomaka / rouille

Web framework in Rust
Apache License 2.0
1.09k stars 105 forks source link

Server doesn't report if a port is already in use on Windows #180

Open LPGhatguy opened 6 years ago

LPGhatguy commented 6 years ago

I received a bug report on my project that uses Rouille (the Rojo dev server). The bug was related to two instances of the application running on the same port causing confusing behavior.

Running Rouille on a port that's already occupied on Windows doesn't produce any errors. The docs for start_server mention that the function should panic.