1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 20:10:35 +02:00

stop tests threads

This commit is contained in:
Nikolay Kim
2019-03-14 12:56:59 -07:00
parent 6659b192d3
commit 7ff923a58f
2 changed files with 25 additions and 9 deletions

View File

@ -25,6 +25,7 @@ fn port(scheme: Option<&str>) -> Option<u16> {
"ws" => Some(80),
"wss" => Some(443),
"amqp" => Some(5672),
"amqps" => Some(5671),
"mqtt" => Some(1883),
"mqtts" => Some(8883),
_ => None,