Skip to content

fix: verge compatibility part 4#1347

Draft
Itsusinn wants to merge 2 commits intomasterfrom
fix/verge-p4
Draft

fix: verge compatibility part 4#1347
Itsusinn wants to merge 2 commits intomasterfrom
fix/verge-p4

Conversation

@Itsusinn
Copy link
Copy Markdown
Member

No description provided.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 27, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c498892e-8072-4b57-92ce-2f13994dedae

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/verge-p4

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 27, 2026

📊 Proxy Throughput Results

Transport Payload Upload (Mbps) Download (Mbps)
ss-obfs-http 32 MB 9515.0 6551.7
ss-obfs-tls 32 MB 7617.9 7728.8
ss-plain 32 MB 10412.7 9262.5
ss-shadow-tls-v3 32 MB 7236.9 8496.3
ss-v2ray-plugin-ws-tls 32 MB 9745.1 8090.1

Tests ran 5 variant(s) in parallel; each direction transfers the full payload.

Full test log

Download the throughput-results artifact for the full log.

let state = ProviderState { outbound_manager };
Router::new()
.route("/", get(get_providers))
.route("/", any(get_providers))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this any?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems mihomo doesn't restrcit HTTP method. Could also be my misunderstand of tauri ipc mechanism

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants