Skip to content

Commit

Permalink
chore: add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
zavakid committed Feb 13, 2025
1 parent 5e0fb87 commit 7f78c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracing-subscriber.workspace = true

bytes.workspace = true
tokio.workspace = true
tokio-util.workspace = true
tokio-util = {workspace = true, features = ["tracing"]}
futures.workspace = true
trait-variant.workspace = true

Expand Down
1 change: 1 addition & 0 deletions crates/http/src/connection/http_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ where
result = Some(response);
break;
}
// FIXME: Maybe not cancellation safe?
// Keep processing body chunks in background
_ = &mut body_sender_future => {
// No action needed - just keep streaming body
Expand Down

0 comments on commit 7f78c59

Please sign in to comment.