More db-lib ok/err wrapping

Some misc changes that don't really belong with anything else are bundled here
Those changes aren't actually very important however
This commit is contained in:
shockrah
2021-03-30 22:46:59 -07:00
parent 75dcb7b73e
commit c45f8d0482
7 changed files with 826 additions and 377 deletions

View File

@@ -76,7 +76,7 @@ async fn handle_connections(stream: TcpStream, peermap: PeerMap) {
_ => None
};
println!("{:?}", request.headers());
println!("[DEBUG] Incoming headers {:?}", request.headers());
let entry = request.headers()
.iter().find(|(name, _)| name.as_str() == "jwt");