Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jul 3, 2024
1 parent fb7d921 commit 2147cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agent/namespaces/http/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ impl Action for Request {
resp += &format!("{}: {}\n", key, val.to_str().unwrap());
}

// TODO: handle the response type properly
resp += "\n\n";
resp += &res.text().await?;

Expand Down

0 comments on commit 2147cb1

Please sign in to comment.