-
Notifications
You must be signed in to change notification settings - Fork 4k
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 send headers with specified capitalization #3430
Conversation
好像revert了不该revert的东西 等一下下() |
ede8511
to
34efa1d
Compare
thank you, in general i agree. i did not intend to write such a complex code originally. i did not know it's possible to insert into the map directly, that's cool. but there is now another issue. if i have a config like this:
this version of xray will send two host headers this may seem like a minor issue, but i think existing configs like this could break. i think it can be fixed using an explicit about simplicity... originally i wanted to remove all |
It has a pre-check, I just need 2 lines to fix it.
No need. I'm just saying it is unnecessary to worry about the capitalization of the header. If there's a simple way to implement it, let's just keep it |
Thanks @Fangliding @mmmray also @Fangliding one thing to share : IRGFW throttles and blocks all unknown sni's it kinda went MAD in that sense ( Cant understand --> block ) - and you are overestimating abilities of current IRGFW in fingerprinting notls connections Still i understand XRAY is not specific to a single country its for everyone and you want something that everyone can use - but its good to be less-fingerprintable with notls |
Thanks all! |
* Fix HTTPUpgrade header capitalization * Chore * Remove excess host headers Chore : change httpupgrade header "upgrade" to "Upgrade" #3435
* Fix HTTPUpgrade header capitalization * Chore * Remove excess host headers Chore : change httpupgrade header "upgrade" to "Upgrade" XTLS#3435
昨晚上看到就知道怎么搞了 感觉没必要就没动 没想到第二天起来看到还写了个这么复杂的玩意的
个人觉得还是有一点点必要维持可读性的()