Xray-core/transport/internet/httpupgrade
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
..
config.go
config.pb.go
config.proto
connection.go
dialer.go drain buffer correctly in httpupgrade (#3428) 2024-06-05 22:43:15 -04:00
errors.generated.go
httpupgrade.go
httpupgrade_test.go
hub.go