Add ability to drop privileges after binding to port
This commit is contained in:
parent
3b596de06f
commit
7ed3a9e52d
7 changed files with 79 additions and 4 deletions
emgauwa-lib/src/handlers/v1/ws
|
@ -6,7 +6,6 @@ use actix::{Actor, StreamHandler};
|
|||
use actix_web::{get, web, HttpRequest, HttpResponse};
|
||||
use actix_web_actors::ws;
|
||||
use actix_web_actors::ws::ProtocolError;
|
||||
use futures::FutureExt;
|
||||
use serde_derive::{Deserialize, Serialize};
|
||||
use sqlx::pool::PoolConnection;
|
||||
use sqlx::{Pool, Sqlite};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue