fix(blahd): reject UNIX domain socket for now

It's too complex to bother with for the current `axum` API. Let's wait
for axum 0.8 release.

Ref: https://github.com/tokio-rs/axum/pull/2479
This commit is contained in:
oxalica 2024-09-19 09:04:50 -04:00
parent ec7f428519
commit b955d32099
5 changed files with 68 additions and 29 deletions

2
Cargo.lock generated
View file

@ -324,6 +324,7 @@ dependencies = [
"reqwest",
"rstest",
"rusqlite",
"rustix",
"scopeguard",
"sd-notify",
"serde",
@ -333,6 +334,7 @@ dependencies = [
"serde_json",
"serde_urlencoded",
"sha2",
"tempfile",
"tokio",
"tokio-stream",
"toml",