Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit ce4164e

Browse files
committed
Minor updates
1 parent e7497a1 commit ce4164e

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/test-programs/src/bin/async_http_echo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ impl Handler for Component {
5353
assert!(chunk.is_empty());
5454
}
5555
StreamResult::Closed => break,
56+
// TODO: this should panic
5657
StreamResult::Cancelled => {}
5758
}
5859
}

0 commit comments

Comments
 (0)