Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
📊 Proxy Throughput Results
Tests ran 5 variant(s) in parallel; each direction transfers the full payload. Full test logDownload the |
| let state = ProviderState { outbound_manager }; | ||
| Router::new() | ||
| .route("/", get(get_providers)) | ||
| .route("/", any(get_providers)) |
There was a problem hiding this comment.
Seems mihomo doesn't restrcit HTTP method. Could also be my misunderstand of tauri ipc mechanism
No description provided.