litellm/litellm-rust
Yujong Lee 38fa8a7f55 fix(rust): leave the fork gate untouched when a late reservation is refused
reserve() stored fork_only_pid before noticing the runtime already ran under that pid, so a refused reservation still reserved the process: the next enter() cleared the runtime claim and children forked afterwards inherited a dead runtime and hung. Undo the reservation on the error path so the gate is exactly as it was.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-09-19 18:21:32 +00:00
..
crates fix(rust): leave the fork gate untouched when a late reservation is refused 2026-09-19 18:21:32 +00:00
.gitignore feat: add LiteLLM Rust workspace with Mistral OCR bridge (#31033) 2026-06-23 13:16:47 -07:00
Cargo.lock wip 2026-09-19 10:36:59 -07:00
Cargo.toml wip 2026-09-19 10:36:59 -07:00
clippy.toml wip 2026-09-19 10:36:59 -07:00