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

Add http3 transport #3819

Closed
wants to merge 1 commit into from
Closed

Add http3 transport #3819

wants to merge 1 commit into from

Conversation

yuhan6665
Copy link
Member

@yuhan6665 yuhan6665 commented Sep 16, 2024

既然我在测试的 Quic 被删了 那只能用 H3 加回来。。

            "streamSettings": {
                "network": "http",
                "security": "tls",
                "httpSettings": {
			"host": ["xray.com"],
			"path": "/random/path",
                },
                "tlsSettings": {
                    "serverName": "example.com", // Change to your domain.
                    "alpn": [
                        "h3"
                    ]
                }
            },

@RPRX
Copy link
Member

RPRX commented Sep 16, 2024

哈哈哈

@RPRX
Copy link
Member

RPRX commented Sep 16, 2024

但我仔细看了一下,其实 http 也准备删,换成支持 browser dialer 的 splithttp streaming request

@yuhan6665
Copy link
Member Author

但我仔细看了一下,其实 http 也准备删,换成支持 browser dialer 的 splithttp streaming request

browser dialer 支持可以加吧 我(觉得有 use case)不想要 split

而且退一步讲就算是做 splithttp 的对照组也好啊

@RPRX
Copy link
Member

RPRX commented Sep 17, 2024

但我仔细看了一下,其实 http 也准备删,换成支持 browser dialer 的 splithttp streaming request

browser dialer 支持可以加吧 我(觉得有 use case)不想要 split

而且退一步讲就算是做 splithttp 的对照组也好啊

Streaming request 就是流式上行,不 split

@RPRX
Copy link
Member

RPRX commented Sep 17, 2024

@APT-ZERO 这次是我折叠的,不要问这些问题,该有的都会有,总是这样真的很烦

@RPRX
Copy link
Member

RPRX commented Sep 17, 2024

@yuhan6665 如果我们私聊讨论确实需要这个再 reopen

@RPRX RPRX closed this Sep 17, 2024
@RPRX
Copy link
Member

RPRX commented Sep 17, 2024

@APT-ZERO 没有人有义务回答你的这些问题,真的很烦,你能想到的我们都想了,建议提升下自己的水平再来 comment

@RPRX
Copy link
Member

RPRX commented Sep 17, 2024

受不了了,看着就烦,以后再有小白喜欢这样我 tm 直接 block #from_end_user,不浪费时间了

@RPRX
Copy link
Member

RPRX commented Sep 17, 2024

其实我的计划是给 SplitHTTP 加 streaming request,unblock REALITY,然后重命名为 XHTTP,删掉现有的 HTTP(H2) 传输层

@RPRX RPRX mentioned this pull request Sep 17, 2024
@RPRX
Copy link
Member

RPRX commented Sep 17, 2024

#3823 (comment)

@RPRX
Copy link
Member

RPRX commented Sep 20, 2024

#3823 (comment)

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