Skip to content

fix(vless): remove incomplete xhttp config options#2648

Merged
wwqgtxx merged 1 commit into
MetaCubeX:Alphafrom
Nemu-x:fix/xhttp-remove-unused-options
Mar 27, 2026
Merged

fix(vless): remove incomplete xhttp config options#2648
wwqgtxx merged 1 commit into
MetaCubeX:Alphafrom
Nemu-x:fix/xhttp-remove-unused-options

Conversation

@Nemu-x

@Nemu-x Nemu-x commented Mar 27, 2026

Copy link
Copy Markdown

Summary

Remove sc-max-each-post-bytes and sc-min-posts-interval-ms from xhttp config.

These options were only declared but not actually implemented, which could be misleading.

Verification

  • go build ./...
  • go test ./listener/inbound -run XHTTP -v

@wwqgtxx wwqgtxx merged commit 7fdc122 into MetaCubeX:Alpha Mar 27, 2026
@dongchengjie

Copy link
Copy Markdown

sc-max-concurrent-posts不是也没用上吗?

@Nemu-x

Nemu-x commented Mar 29, 2026

Copy link
Copy Markdown
Author

sc-max-concurrent-posts不是也没用上吗?

Good catch.

I checked the current code path, and sc-max-concurrent-posts is declared but not actually referenced anywhere in the implementation, unlike the other XHTTP option fields.

I opened a small cleanup PR for it here: #2654

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.

3 participants