-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
修复HTTPUpgrade在headers设置host不生效的问题 #3193
Conversation
|
|
|
另外再开个 PR 给 WebSocket 也加个 |
WebSocket 和 HTTPUpgrade 都改成这样: message Config {
string host = 1;
string path = 2;
map<string, string> header = 3;
bool accept_proxy_protocol = 4;
uint32 ed = 5;
} @Fangliding 你来弄吧,然后 @yuhan6665 发 v1.8.10, |
感谢 后面的我稍后处理 |
搞不好得快点发了 184之后的release都是yuhan佬发的 但是账号疑似被GitHub搞了导致release被自动隐藏 各种地方可能会出现抓不到新版本只有1.8.4的情况 |
😭 |
GitHub 又来了,封号除了 commit 其它都隐藏了,上次封俄罗斯用户这样搞不是被骂惨了吗,就不能先改成 ghost 吗
|
烂尾楼那个还在弄呀? |
@RPRX 所以现在咋办() |
|
@yuhan6665 Welcome back !! |
We are happy to see everyone again! ❤️🤝 |
#3191