modified radicle-httpd/Cargo.toml
@@ -16,14 +16,14 @@ logfmt = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -33,7 +33,7 @@ serde_json = { version = "1", features = ["preserve_order"] }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -50,7 +50,7 @@ path = "../radicle-term"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/lib.rs
@@ -13,10 +13,11 @@ use std::sync::Arc;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -54,9 +55,9 @@ pub async fn run(options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -72,7 +73,7 @@ pub async fn run(options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -100,8 +101,7 @@ pub async fn run(options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/test.rs
@@ -381,6 +381,8 @@ impl Response {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
modified radicle-httpd/src/tracing_extra.rs
@@ -3,6 +3,7 @@ use std::net::SocketAddr;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -25,6 +26,7 @@ impl RequestId {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -45,7 +47,7 @@ impl fmt::Display for ColoredStatus {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|