Go to file
mmmray f8ec93dfdd
drain buffer correctly in httpupgrade (#3428)
* drain buffer correctly in httpupgrade

it seems the recently added httupgrade testsuite is causing timeouts on master

i have no evidence this is the real issue, but it feels to me that the
server could accidentally over-read, and then the encapsulated
connection will block forever trying to read data

let's test it in CI a couple of times, i don't have a way to reproduce
the issue

* correctly drain buffer, again
2024-06-05 22:43:15 -04:00
.github
app
common
core
features
infra Add wireguard test 2024-06-01 19:34:31 -04:00
main
proxy
testing fix filename 2024-06-03 16:40:13 -04:00
transport drain buffer correctly in httpupgrade (#3428) 2024-06-05 22:43:15 -04:00
.gitignore
CODE_OF_CONDUCT.md
LICENSE
Makefile
README.md
go.mod Bump golang.org/x/net from 0.25.0 to 0.26.0 2024-06-05 10:36:39 -04:00
go.sum Bump golang.org/x/net from 0.25.0 to 0.26.0 2024-06-05 10:36:39 -04:00

README.md

Project X

Project X originates from XTLS protocol, providing a set of network tools such as Xray-core and REALITY.

README is open, so feel free to submit your project here.

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Installation

Usage

GUI Clients

Others that support VLESS, XTLS, REALITY, XUDP, PLUX...

Contributing

Code of Conduct

Credits

Compilation

Windows (PowerShell)

$env:CGO_ENABLED=0
go build -o xray.exe -trimpath -ldflags "-s -w -buildid=" ./main

Linux / macOS

CGO_ENABLED=0 go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main

Reproducible Releases

make

Stargazers over time

Stargazers over time