Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Add splithttp/XHTTP #693

Open
vadash opened this issue Jan 12, 2025 · 4 comments
Open

[feature] Add splithttp/XHTTP #693

vadash opened this issue Jan 12, 2025 · 4 comments

Comments

@vadash
Copy link

vadash commented Jan 12, 2025

This one works over cloudflare via worker https://github.com/vrnobody/cfxhttp

Worth looking into? Can be a good 3rd option

@Ahmad-2213
Copy link

Currently , it just supports workers so the request limitation is ahead .
This script needs a domain name to work. ( it uses gRPC header to penetrate CF )
The ping time is not stable as it was in WS.
maybe if other modes such as packet up/ stream up developed, there would be a chance for performace increasment.
The only positive point is that the http/1.1 removed and replaced with h2.

@Ahmad-2213
Copy link

For those who want to develop other modes:
XTLS/Xray-core#4113

here you can find more details about implementing and developing these modes.

@bia-pain-bache
Copy link
Owner

Thanks for sharing, I will look into it. right now the only stable mode regarding upload is packet-up which is not implemented.

@mickey3721
Copy link

mickey3721 commented Jan 17, 2025

I try https://github.com/vrnobody/cfxhttp,
it seems not supporting xhttp in cloudflare worker/pages,
only ws mode works well

Image

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

No branches or pull requests

4 participants