Skip to content

Commit

Permalink
remove comment in rust_http_server
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Jan 9, 2025
1 parent 2870994 commit e9575aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/rust_http_server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use hyper::service::{make_service_fn, service_fn};
use std::convert::Infallible;

async fn handle_request(_req: Request<Body>) -> Result<Response<Body>, Infallible> {
// Encode.to_bytes {foo: "Hello Json!"} Json.utf8
let json_bytes: Vec<u8> = vec![123, 34, 102, 111, 111, 34, 58, 34, 72, 101, 108, 108, 111, 32, 74, 115, 111, 110, 33, 34, 125];

let response = Response::builder()
Expand Down

0 comments on commit e9575aa

Please sign in to comment.