Skip to content

Commit 080bab8

Browse files
committed
fix(core): classifier gaps for issue #201 builder split
Extract serve_pipeline from run.rs so all run* entrypoints share one orchestration path. Add file-scope --lib run_with_shutdown tests that mirror the pre-existing integration harness. Move extract tests to tests/extract.rs and fix non-shutdown HTTP/3/dual-stack entrypoints so on_shutdown hooks are not taken and dropped on pending delegates.
1 parent bfc38bf commit 080bab8

6 files changed

Lines changed: 745 additions & 325 deletions

File tree

crates/rustapi-core/src/app/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ mod openapi;
77
mod production;
88
mod routing;
99
mod run;
10+
mod serve_pipeline;
1011
mod types;
1112

1213
#[cfg(test)]

0 commit comments

Comments
 (0)