commit debug remove
This commit is contained in:
parent
291d2a88d0
commit
493a54ef6c
@ -66,8 +66,6 @@ pub async fn handler_flowgate<S: HttpServer + Send + 'static + Sync>(
|
||||
.unwrap()
|
||||
.collect::<Vec<SocketAddr>>()[0];
|
||||
|
||||
dbg!(&addr);
|
||||
|
||||
let req = match HttpRequest::read(sock.get_mut(), &addr).await {
|
||||
Ok(i) => i,
|
||||
Err(e) => {
|
||||
@ -76,8 +74,6 @@ pub async fn handler_flowgate<S: HttpServer + Send + 'static + Sync>(
|
||||
}
|
||||
};
|
||||
|
||||
dbg!(&req);
|
||||
|
||||
let resp = match server.on_request(&req).await {
|
||||
Some(i) => i,
|
||||
None => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user