Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed Sep 28, 2024
1 parent f979d3d commit 5363dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ impl Server {
.map(Response::Status),
};

// Process response.
// Process response. Foo.
debug!("Returning response {response:?}");
response.encode_into(&mut writer)?;
writer.flush()?;
Expand Down

0 comments on commit 5363dac

Please sign in to comment.